PDA

View Full Version : C++ Compiler



WHo CaREs
April 21st, 2001, 16:21
hey dose anyone know where to get a good C++ compiler?

Go Dot Yourself
April 21st, 2001, 18:42
yeah, try http://www.djgpp.com/ but its more of a command line compiler, but its 100% free. If you have linux or unix, chances are u already have GNU C Compiler (use the command CC or GCC to access the C compiler, and the command G++ to access the C++ compiler).

If you want a good compiler with an IDE Borland C++ 5 or Visual C++ is the way to go, if you go with Visual C++ i suggest you wait a little while to get Visual Studio.net (the latest release of the microsoft compilers, highly worth it for windows developers).

TheSpaceDude
April 21st, 2001, 20:20
Dev-C++ is the best (free) one I have used:

http://www.bloodshed.net/devcpp.html