+ 1
Whats the best ide or c++ compiler to use?
7 Respuestas
+ 6
Visual Studio...
+ 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.
+ 4
Yeah you can pirate VS easily but be careful where you get it because you might get sued.
+ 3
I use code block and so far I've not experienced any problems. what advantage does visual studio or eclipse have?
+ 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.
+ 2
Personally I use CLion (on linux) which is not free but I do not pay thanks to my school
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.