Overclock.net banner

Best C++ compiler for beginners?

3.8K views 14 replies 15 participants last post by  skatingrocker17  
#1 ·
Hello,

I am looking for a good c++ compiler to start out with. This would be for Win7 64 bit. Thanks.
 
#5 ·
Quote:
Originally Posted by MLJS54;12389258
Hello,

I am looking for a good c++ compiler to start out with. This would be for Win7 64 bit. Thanks.
My university has us using Quincy 2005, I had never heard of it before but I really like it. It is a very simple and can compile C/C++.

http://www.codecutter.net/tools/quincy/
 
#8 ·
JGrasp is ok, but a little annoying to configure. DevC++ seems nice at first, but it quickly becomes limiting. Netbeans is a decent catch-all.

I use Cygwin GCC to compile on the command line, and Notepad++ for editing. Honestly, if you're a student trying to actually learn, and not just pass the class, this is the way to go.

If you want something to let you be lazy, I would go with JGrasp.
 
#9 ·
For a beginner, I'd say DevC++ It's really simple and easy to use, but ya it does becoming limiting quickly. When it does I'd recommend something like Eclipse. I haven't actually used it for C++, but I have for other languages and I absolutely love it. If you want to jump straight into GUI and app programming, then Visual Studio is great, but I'd still recommend learning syntax in another IDE first.
 
#14 ·
Quote:
Originally Posted by Spazghost;12419290
DevC++ is very good if you're just starting out with C++.
Dev-C++ is a dead project. It needs to be cleansed from the internet.

Also: basic text editor with syntax highlighting (like Notepad++) and compiling from the command line with Mingw.

You should learn to appreciate all of the work the IDE does for you before you use it, otherwise you're no better than the millions of idiots that call IT because they can't figure out how to format their Excel spreadsheet.

"I hit the compile button but it won't compile!"
rolleyes.gif