+ 2

Can anyone pls guide that which softwares I need to download to run c++ program on my pc

27th May 2018, 3:03 PM
Avik Dutta
Avik Dutta - avatar
5 Réponses
+ 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
27th May 2018, 3:42 PM
Max
Max - avatar
+ 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.
27th May 2018, 3:11 PM
064XP
064XP - avatar
+ 2
Turbo c++ is the good and official.
27th May 2018, 3:20 PM
BALOOCH ANZARAHMEDKHAN ZAKIRAHMEDKHAN
BALOOCH ANZARAHMEDKHAN ZAKIRAHMEDKHAN - avatar
+ 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)
27th May 2018, 4:03 PM
XiLef
+ 1
code:blocks
27th May 2018, 3:06 PM
Syed Faisal Ali Sayeed
Syed Faisal Ali Sayeed - avatar