 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
camoman666

Joined: 24 Jun 2006 Posts: 373 Location: Fort Walton Beach, FL, USA
|
Posted: Sun Jul 02, 2006 4:18 pm c++ |
|
|
|
| ok i hope this is the right place, ive been looking all over the web and i dont know what to do, what im trying to do is write a c++ program, but i dont know how to convert it from program_name.c++ into program_name.exe i hope you know what i mean if someone knows how to do this please tell me. thank you |
|
Mage
Joined: 07 Apr 2007 Posts: 3
|
Posted: Sat Apr 07, 2007 10:36 pm |
|
|
|
Ok, I don't know what compiler you used to make the C++ program. But, for example, in Borland IDE, you have to go to Compile>Make. That will make the .exe file. this option should be located in the same menu as the Compile option in most compilers. This basically ensures that the .exe file is up to date.
However, if you've already tested out the program by running it, then it will automatically be up to date. This means that you can go to the folder where you saved your cpp file and you will find the exe file right next to it. BTW, if your sending/uploading your program, I would recommend that you send the bak, obj and cpp files along with the exe file. |
|
Mage
Joined: 07 Apr 2007 Posts: 3
|
Posted: Sat Apr 07, 2007 10:36 pm |
|
|
|
I know this topic is a bit old but i thought I's reply just the same.  |
|
smithdavid4321
Joined: 19 Nov 2009 Posts: 3
|
Posted: Thu Nov 19, 2009 9:32 pm |
|
|
|
| When you compile the application at that time .exe file will be created at the place where you have been saved the program. just run the program and check the saved location. hope this will help you to solve your problem. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|