Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualsuperman3275

Posted 15 October 2012 - 08:51 PM

Well, IDE's normally come with compilers, and using a specific compiler probably won't matter to you.

Visual Studio -- Good debugger, Intellisense is great for working with classes / functions. I definitely recommend it, it's what I use now.

Code::Blocks -- Has an Intellisense-like property, and fills in a lot of stuff for you (Automatically puts in brackets / parenthesis) In my use it had a lot of good features, however linking it with libraries is a pain. I switched to Visual C++ from this. I believe this IDE is great for beginners, however when you get into using lots of libraries, more advanced programs, debugging, Visual Studio is the way to go.

Xcode -- Never used, but if you're on a mac I've heard it's the best.

#2superman3275

Posted 15 October 2012 - 08:51 PM

Well, IDE's normally come with compilers, and using a specific compiler probably won't matter to you.

Visual Studio -- Good debugger, Intellisense is great for working with classes / functions. I definitely recommend it, it's what I use now.

Code::Blocks -- Has an Intellisense-like property, and fills in a lot of stuff for you (Automatically puts in brackets / parenthesis) In my use it had a lot of good features, however linking it with libraries is a pain. I switched to Visual C++ from this. I believe this IDE is great for beginners, however when you get into using lots of libraries, more advanced programs, debugging, Visual Studio is the way to go.

Xcode -- Never used, but if you're on a mac I've heard it's the best.

#1superman3275

Posted 15 October 2012 - 08:49 PM

Well, IDE's normally come with compilers, and using a specific compiler probably won't matter to you.

Visual Studio -- Good debugger, Intellisense is great for working with classes / functions. I definitely recommend it, it's what I use now.

Code::Blocks -- Has an Intellisense-like property, and fills in a lot of stuff for you (Automatically puts in brackets / parenthesis) In my use it had a lot of good features, however linking it with libraries is a pain.

Xcode -- Never used, but if you're on a mac I've heard it's the best.

PARTNERS