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
|
Light Poster
|
|
| 9Jan2007,22:39 | #1 |
|
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 |
|
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.
|