문제

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