C++ compiler download

Stinkles

Baseband Member
Messages
37
Does anyone know where i can get a C++ compiler for free or any compiler of any language actuallly lol ty
 
RewtGuy said:
linux / unix comes standard with a compiler...

...The same one that Dev-C++ uses. The good thing about Dev-C++ is you don't have to compile on the command line, and you can configure it to use any compiler you want.

I use emacs on Linux and compile using gcc on Terminal. It's a bit of a hassle though.
 
Dude I was just about to post this same thread. Anyway in Dev C++. When you run a Windows Console program. How do you get it so the box displays that data so you can read it? I was testing it out and I had to throw in a do while loop to get the data to stay up.
 
Back
Top Bottom