0
Hi everyone i wanna ask which is best to program dev c++ or code blocks?
5 Réponses
+ 4
code::blocks, of course. dev c++ may look simpler, but later you'll definitely need something more powerful.
by the way, dev c++ is written in Delphi, that seems ridiculous to me.
+ 4
try to use microsoft visual studio. it's more powerfull ide than code: blocks
+ 3
I prefer Code:Blocks
+ 2
g++ on Linux -_-
+ 1
I recommend you get Visual Studio Community Edition (it is free) for one simple reason : it's debugger!
The VC++ debugger is simply the best in the business, and when you start out it is very educational to be able to step your program to see what is going on.
Especially if your program isn't doing what you thought it will do!