0
Execute
where we execute c++ file??
4 Réponses
+ 1
With compiler? If you've Microsoft Visual Studio. In other case you would have to compile it with gcc compiler in command line/ terminal, and then execute it.
+ 1
if you're referring to a .exe file you take all your .h and .cpp files and compile them in a compiler of your choice, and through some black magic the compiler creators used, it links it all together and turns it into your .exe
+ 1
look it up for the type of compiler your using cause they're all different.
+ 1
how to compile .cpp file!