+ 2
how to convert c++ program to .exe file??
2 Réponses
+ 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.
+ 2
which compiler do this in code blocks