managed-c++

Difference between managed c++ and c++ [closed]

帅比萌擦擦* 提交于 2019-11-26 10:41:10
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . The topics title is actually my question. And the second question is: When do I use what of these two? 回答1: When not specified, C++ is unmanaged C++, compiled to machine code. In unmanaged C++ you must manage memory allocation manually. Managed C++ is a language invented by