making .exe file

Light Poster
9Jan2007,22:39   #1
Ubha's Avatar
Dear all,

Is it possible to create .exe file to the .cpp program code. for eg: i have example.cpp file. how to i create .exe file for this .cpp so that my program no need to run every time.

thankx,
ubha
Team Leader
9Jan2007,23:24   #2
DaWei's Avatar
Any common, decent compiler on a system using .exe files has, as one of it's tasks, the production of such files. Read your documentation. If you don't have any, see Mr. Google.