Author Topic: C++ Compiler  (Read 1048 times)

I hate it when people post programming questions in offtopic, especially when they don't know what the duck they're doing but there's no better place to put it unf. I'm just looking to hear your recommendations for C++ compilers.

When I briefly dabbled in witchcraft C++, this is what I used.

http://www.bloodshed.net/dev/devcpp.html
« Last Edit: August 25, 2011, 02:52:38 PM by dkamm65 »

I'm assuming you want an IDE and not -just- a compiler.
I use devcpp as well.



So you do want just a compiler then?
The only one that comes to mind is g++

So you do want just a compiler then?
The only one that comes to mind is g++

No, I don't mind if an IDE is included. I just got the impression that code::blocks was soley a compiler.




GNU compiler utilities is what you want. There are some Windows versions scattered around 'n' stuff.

Codeblocks is the most user friendly imo.

Again, we're talking about compilers here. Or is it IDE's and compilers in general?