Does managed code, such as .NET, in c++ use JIT or anything that slows it down?

MatthewM

New member
If I use .NET managed code in a C++ program does that code compile into machine code, or is it in an intermediate language. Also since .NET only works on Windows, can C++ with .NET be run on a Mac?
 
Back
Top