Any free c++ .net compilers?

I think the Microsoft C++ .NET compiler comes with the framework sdk.
 
Originally posted by ClockWorkOrange
doesnt :(
only c#

anyone know why there are all these c# compilers but no c++ .net

Not many people use Managed C++, its not popular. But I think the compiler should come with the SDK even if a lot of people dont use it.
 
Er.. wuh?! .NET SDK doesnt come with C++ .NET compiler? Thats.. odd. I guess that means youd have to upgrade to VS 2003 to get the C++ .NET to use Framework 1.1? Lame.
 
I can confirm the framework sdk does come with the C++ .NET compiler. You will find it in

Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin

And yes, this is without visual studio installed.
 
Back
Top