+ 2
Can anyone pls guide that which softwares I need to download to run c++ program on my pc
5 Antworten
+ 3
visual studio on windows is the standart choice,on linux try gcc or qtcreator, on mac try xcode,on all platforms you could try eclipse, dont use turbo c++ it hasn‘t been updated since 2006, it doesn‘t support c++ 11, c++ 14 and c++ 17
+ 2
I personally use codeblocks as an IDE for c++
http://www.codeblocks.org/home
You also need a compiler, if you are on a windows machine, when you install codeblocks, it will prompt you to install MinGW (I think) and it will install the compiler automatically.
After that, you can click on create new project, c++ console application, then write your code and click the build and run button from the top toolbar (its like a green play button with a gear) or hit f9.
+ 2
Turbo c++ is the good and official.
+ 2
You can use almost any C++ Compiler from the internet.
I recomment "Microsoft Visual studio Comunity". (" DevC++" if you want a small, without tons of other fratures)
+ 1
code:blocks