+ 1
For the ppl who work,use,teach,studied c++
how can i changes the c++codes to aplication which progaram should i use?
3 Respostas
+ 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++.
+ 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 ?
+ 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