+ 1

Whats the best ide or c++ compiler to use?

2nd Jan 2017, 8:44 PM
Ruben
Ruben - avatar
7 Réponses
+ 6
Visual Studio...
2nd Jan 2017, 8:47 PM
Karl T.
Karl T. - avatar
+ 4
1- Visual Studio 2015 Community 2- Eclipse 3- Netbeans 4- CodeBlocks These are the best softwares for C/C++. Personally i would recommend either visual studio or eclipse.
2nd Jan 2017, 9:10 PM
Yousaf
Yousaf - avatar
+ 4
Yeah you can pirate VS easily but be careful where you get it because you might get sued.
2nd Jan 2017, 11:36 PM
Karl T.
Karl T. - avatar
+ 3
I use code block and so far I've not experienced any problems. what advantage does visual studio or eclipse have?
2nd Jan 2017, 9:32 PM
Cody Arthur
Cody Arthur - avatar
+ 3
Some people may hate MS but VS is so complete and has the best debugging options I have ever seen. It's expensive too, the free 2015 Community edition has a time limit I think.
2nd Jan 2017, 9:35 PM
Karl T.
Karl T. - avatar
+ 2
Personally I use CLion (on linux) which is not free but I do not pay thanks to my school
3rd Jan 2017, 1:29 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
0
Clang compiler is still the best, can be used in most IDEs and all OS. Before using an IDE, use notepad++, it will help you appricate what the IDE offers.
7th Jan 2017, 2:35 PM
JVApen
JVApen - avatar