I was wondering what compiler/s you guys would suggest for C++ Windows programming?
This is a discussion on What Compiler Would You Suggest? within the Windows Programming forums, part of the Platform Specific Boards category; I was wondering what compiler/s you guys would suggest for C++ Windows programming?...
I was wondering what compiler/s you guys would suggest for C++ Windows programming?
Last edited by relyt_123; 10-01-2006 at 07:17 PM.
I use whatever compiler MSVC++ is using. I guess there's not much of a difference between compilers unless you are looking for optimization and such.
MinGW is the only compiler I use. I attempt to stay away from proprietory compilers.