Apr 22, 2010 at 9:29pm UTC
I have been looking for a good C++ compiler without success. Could someone help? (Preferably free)
Apr 22, 2010 at 9:32pm UTC
There is Cingwin but I had problems installing it into the pc something with the firewall and the program maybe. anyway resulted in using MinGW they are all listed on the NetBeasns site. And they are free
Apr 22, 2010 at 10:38pm UTC
visual studio 2008 or 2010, code:blocks,Dev C++, etc
Apr 22, 2010 at 10:52pm UTC
http://cplusplus.com/forum/articles/7263/
Apr 22, 2010 at 11:01pm UTC
What operating system do you use?
for Linux, i prefer g++ and the command line.. very simple and easy to use,
for windows.. i don't usually program on windows.. but when i did i liked visual studio, easy and pretty simple
hope this helps, cya
Apr 22, 2010 at 11:50pm UTC
I've heard that some people also like the Intel C++ compiler.
For me, though, g++ 4.5 all the way.
-Albatross