+ 1
What program should I use for programing on PC in C++?
I want to learn C++, but I don't know what program should I use to test the scripts. Writing everything like in tutorials, help me remember better.
4 Answers
+ 3
If you are a beginner than I would recommend you Dev-C++ or CodeBlocks. Otherwise Visual Studio would be perfect
+ 1
Forget Dev-C++ that is very old... Try CodeBlock or CodeLite
+ 1
Or just use a compiler suitable for your machine.
0
Most popular IDE or code editors.
IDE C++ : CodeLite, Code::Blocks, NetBeans, Eclipse CDT, Microsoft Visual Studio($),QtCreator, Clion($)
For MacOS - Xcode one of the best.
Code editor: Vim, Atom, Light Table, Sublime Text, Brackets, Notepad++