Execute | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Execute

where we execute c++ file??

23rd Nov 2016, 12:16 PM
Daniyal Ahmed
Daniyal Ahmed - avatar
4 Respostas
+ 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.
23rd Nov 2016, 12:33 PM
Jakub Stasiak
Jakub Stasiak - avatar
+ 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
23rd Nov 2016, 12:34 PM
Daniel Rollins
Daniel Rollins - avatar
+ 1
look it up for the type of compiler your using cause they're all different.
23rd Nov 2016, 2:48 PM
Ɓngel Perales
Ɓngel Perales - avatar
+ 1
how to compile .cpp file!
23rd Nov 2016, 4:23 PM
Daniyal Ahmed
Daniyal Ahmed - avatar