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

How to make .exe file from a .cpp file

6th Oct 2016, 2:15 PM
Saurabh Kumar Sharma
Saurabh Kumar Sharma - avatar
3 Answers
+ 2
You need to run compilation process. It helps you :)
6th Oct 2016, 7:35 PM
Sergei Sheenson
Sergei Sheenson - avatar
+ 1
using your compiler include and link any source files then output the .exe file
7th Oct 2016, 7:26 PM
Null Void
Null Void - avatar
0
You will find an exe inside the folder where your project is located. Often contained inside a "Debug" folder.
6th Oct 2016, 4:12 PM
Cohen Creber
Cohen Creber - avatar