Hey,
I'm looking for an easy to use C++ compiler,
small download, nothing special just the bare minimum, just trying out new codes
If you can help me, I would be grateful
Thanks
:)
Looking for Easy to use c++ Compiler
Started by RavenE, May 28 2008 11:11 PM
5 replies to this topic
#1
Posted 28 May 2008 - 11:11 PM
----Raven Studios----
-Programming Central-
-Programming Central-
|
|
|
#2
Posted 29 May 2008 - 04:08 AM
Just download Dev-Cpp, Code::Blocks, or if you want a very simplistic environment get Quincy 2005. These all come with a compiler so you won't have to worry about download one on your own and setting it up.
#3
Posted 29 May 2008 - 04:11 AM
I recommend the GNU Compiler Collection (GCC), as the tools are really easy to use. GCC contains multiple compilers, including compilers for Ada (GNAT), Fortran (GFortran), Java (GCJ) and many more, but you can choose just to get the C/C++ compilers (G++).
If you're using Linux you will most likely already have the tools, and if you're using Windows, you can get a port of them, like MingW, which probably is the most known.
If you're using Linux you will most likely already have the tools, and if you're using Windows, you can get a port of them, like MingW, which probably is the most known.
#4
Posted 29 May 2008 - 05:04 AM
Yeah I'm pretty sure GCC comes standard with the IDEs that I recommended....
#5
Posted 29 May 2008 - 05:12 AM
Yes, through MingW.
#6
Posted 29 May 2008 - 03:09 PM


Sign In
Create Account

Back to top









