what is the difference between native c++ compiler and .net c++ compiler?

StackOverflow https://stackoverflow.com/questions/22328519

  •  12-06-2023
  •  | 
  •  

سؤال

what is the difference between native c++ compiler and .net c++ compiler? Just for curiosity one of my friend asked me this question.

هل كانت مفيدة؟

المحلول

In general .net C++ compiler is a compiler that can compile C++/CLI code and generates intermediate object code. While native c++ compiler is a compiler that knows nothing about C++/CLI and designed to compile C++ code.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top