0
How to make .exe file from a .cpp file
3 Answers
+ 2
You need to run compilation process. It helps you :)
+ 1
using your compiler include and link any source files then output the .exe file
0
You will find an exe inside the folder where your project is located. Often contained inside a "Debug" folder.