Hi everyone i wanna ask which is best to program dev c++ or code blocks? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi everyone i wanna ask which is best to program dev c++ or code blocks?

20th Dec 2016, 8:57 PM
Chaima Bouchareb
Chaima Bouchareb - avatar
5 Answers
+ 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.
20th Dec 2016, 9:18 PM
Demeth
Demeth - avatar
+ 4
try to use microsoft visual studio. it's more powerfull ide than code: blocks
20th Dec 2016, 9:53 PM
abc
abc - avatar
+ 3
I prefer Code:Blocks
20th Dec 2016, 9:13 PM
Adam Emieljaniuk
Adam Emieljaniuk - avatar
+ 2
g++ on Linux -_-
20th Dec 2016, 10:18 PM
Caffeinated Gamer YT
Caffeinated Gamer YT - avatar
+ 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!
21st Dec 2016, 12:04 AM
Ettienne Gilbert
Ettienne Gilbert - avatar