0
How to change file .CPP to. exe
3 odpowiedzi
0
.cpp is a source code file you have to comile it in order to make an executable(.exe)
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.
0
Just compile it.