PDA

View Full Version : How to Compile C++


weronpc
07-17-2003, 11:38 PM
I compile Java using Java SDK in DOS mode, what program do you use for compile C++?

Where can I get it?

Thanx

Jason
07-17-2003, 11:50 PM
I use microsoft visual C++, it came with a C++ book I bought and so I use it, though it has some stupid little flaws with it...


Jason

soccerdvy
07-19-2003, 04:58 AM
GCC is a free DOS based compiling tool made by GNU. It compiles in multiple languages including C, C++, and Java.

http://www.gnu.org/software/gcc/gcc.html

Mhtml
07-21-2003, 12:17 AM
Dev-C++ is a free IDE/compiler. http://www.bloodshed.net

dragon
07-31-2003, 08:12 AM
I have jGrasp which I used for Java, but I've had some troubles compiling C++ with it.