>I am learning C++ and need to get a compiler, will Visual
> C++ .NET compile my C++ code that I am learning?
That and more.
If on the other hand, you need _just_ the compiler and are willing to forego
some of the other stuff you can download a free compiler:
http://msdn.microsoft.com/visualc/vctoolkit2003/
to use now.
Regards,
Will
James Park - 04 Jul 2005 04:54 GMT
Another free option is Visual C++ 2005 Express Edition Beta 2:
http://lab.msdn.microsoft.com/express/visualc/default.aspx
It was a nice way to clear my univ's C++ course last semester.
>>I am learning C++ and need to get a compiler, will Visual
>> C++ .NET compile my C++ code that I am learning?
[quoted text clipped - 10 lines]
> Regards,
> Will
Comeau Computing is offering their compiler for $20.00. This compiler is
often used as 'The Standard" against which other compilers are judged for
language completeness and correctness.
http://www.comeaucomputing.com/
>I am learning C++ and need to get a compiler, will Visual C++ .NET compile
>my
> C++ code that I am learning?
>
> khb
Jonathan Turkanis - 07 Jul 2005 22:23 GMT
Comeau is great; in fact I use it on both Linux and Windows. But be warned that
it can't build DLLs, and can't compile the Windows headers in
standards-conforming mode.
Jonathan
> Comeau Computing is offering their compiler for $20.00. This
> compiler is often used as 'The Standard" against which other
[quoted text clipped - 7 lines]
>>
>> khb