For the ppl who work,use,teach,studied c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

For the ppl who work,use,teach,studied c++

how can i changes the c++codes to aplication which progaram should i use?

25th Mar 2017, 8:12 AM
OTAKU -SAMA
OTAKU -SAMA - avatar
3 Answers
+ 14
He's probably asking for a compiler to compile the source code into an .exe file. You may go for DevC++ 5.11 or Visual Studio Community 2017 for C++.
25th Mar 2017, 10:32 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Can you also tell on what platforms will the C++ compiled file can run . Does it depend on source code ,compiler or something else ?
25th Mar 2017, 1:12 PM
Sahaj Bamba
Sahaj Bamba - avatar
+ 1
I use MinGw on Windows ...if you only want a compiler and nothing else.... to your other question it doesn't depend on the code you write...c++ on Linux/Windows will in general use cases be the same...but you have to download the compiler for the specific operating system.....MinGW is for Windows only
25th Mar 2017, 1:20 PM
Arcturus