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.
"Unmanaged" code does not use the CLR; it is native code.