Search code examples
.netvisual-c++clr

Is unmanaged Visual C++ running on CLR?


If I write a C++ code in Visual C++ without using any managed code is it still running on CLR? If it is, How can I write a native app using Visual C++. Is there any way.


Solution

  • "Unmanaged" code does not use the CLR; it is native code.