How to change file .CPP to. exe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change file .CPP to. exe

18th Nov 2016, 3:49 PM
Mukul Chahar
Mukul Chahar - avatar
3 Answers
0
.cpp is a source code file you have to comile it in order to make an executable(.exe)
18th Nov 2016, 3:53 PM
shupack
0
When you compile a .cpp in e.g visual studio. It automaticaly creates an exe file in your project folder on your hard drive. If you run debug mode , I think it's in the debug folder.
18th Nov 2016, 3:53 PM
Ove Sletta
0
Just compile it.
18th Nov 2016, 4:17 PM
Vivek Kaushik
Vivek Kaushik - avatar