how to convert c++ program to .exe file?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to convert c++ program to .exe file??

17th Oct 2016, 7:43 AM
nishant
2 Answers
+ 4
Use a C++ compiler. If you are using a C++ IDE, like Dev C++, CodeBlocks, etc., you can compile from the menu. If you are using a simple text editor, you should probably pick an IDE instead. If you typed your code online, copy/paste from it and save a local copy, then compile it.
17th Oct 2016, 8:12 AM
Zen
Zen - avatar
+ 2
which compiler do this in code blocks
27th Dec 2016, 10:01 AM
Ara Guay
Ara Guay - avatar