+ 5
What is the best ide to run c++??
Name the best one
6 odpowiedzi
+ 3
tnq bro!!! #Arthur
+ 2
C++ is not run by software. It is compiled and the resulting executable runs on its own.
If you're looking for a good compiler, GCC/G++ is excellent and very popular.
If you're looking for an IDE to write C++ with, then you have many options. I recommend CLion by JetBrains, although a simple text editor will do for simple projects. Fancy text editors like Sublime Text or Atom can help to compile your code.
+ 2
visual studio 2015
+ 1
Try devc++ by bloodshed
It provides the compiler along with it
+ 1
Try Codeblocks
+ 1
Try code::Blocks with GnuCC