This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我真的无法在网上找到很多关于托管和非托管 C++ 代码之间差异的资源。然而,从我发现的资源来看,托管 C++ 处理和清除自己分配的内存,这与非托管 C++ 所做的相反。我目前有一个 exe 应用程序,它使用了大量的 boost 和另一个 dll 库。现在我需要将此 exe 转换为非托管 dll 文件。谁能告诉我托管和非托管之间的区别以及我如何确定我当前的 C++ .exe 应用程序是否易于移植?