Does “native” and “unmanaged” code refer to the same concept! or they are different!
Is there an unmanaged code which is not native!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are three modes the C++/CLI compiler can operate in:
As you can see, it is possible for standard ISO C++ code to be compiled and executed in the managed environment.