What Compiler should I use?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am learning C++ and need to get a compiler, will Visual C++ .NET compile my
C++ code that I am learning?

khb
 
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
 
Back
Top