| View previous topic :: View next topic |
| Author |
Message |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Thu Sep 27, 2007 6:42 pm Post subject: Converting .cpp to a .exe |
|
|
How can i convert my .cpp program i made into a .exe so i can run it easily instead of having to compile everytime i want to use it
kind of nooby to ask but, thanks in advance
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Sep 27, 2007 6:44 pm Post subject: Re: Converting .cpp to a .exe |
|
|
| MegaForum wrote: | How can i convert my .cpp program i made into a .exe so i can run it easily instead of having to compile everytime i want to use it
kind of nooby to ask but, thanks in advance  |
Compile it; then go to the .cpp project's bin directory.
EDIT: Are you using Visual Studio?
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Thu Sep 27, 2007 6:46 pm Post subject: |
|
|
Microsoft Visual C++ 6.0
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Sep 27, 2007 6:52 pm Post subject: |
|
|
| MegaForum wrote: | Microsoft Visual C++ 6.0  |
Then follow what I said.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Thu Sep 27, 2007 6:53 pm Post subject: |
|
|
Where is that
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Sep 27, 2007 7:03 pm Post subject: |
|
|
%PROGRAMFILES%\Microsoft Visual Studio\MyProjects
(No need to change %PROGRAMFILES%.)
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Thu Sep 27, 2007 8:59 pm Post subject: |
|
|
| Xenephobe wrote: | %PROGRAMFILES%\Microsoft Visual Studio\MSDev98\MyProjects
(No need to change %PROGRAMFILES%.) |
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Sep 27, 2007 9:03 pm Post subject: |
|
|
| Flyte wrote: | | Xenephobe wrote: | %PROGRAMFILES%\Microsoft Visual Studio\MSDev98\MyProjects
(No need to change %PROGRAMFILES%.) |
|
Sorry...? That's where I have my C++ projects at.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Thu Sep 27, 2007 9:07 pm Post subject: |
|
|
| Xenephobe wrote: | | Flyte wrote: | | Xenephobe wrote: | %PROGRAMFILES%\Microsoft Visual Studio\MSDev98\MyProjects
(No need to change %PROGRAMFILES%.) |
|
Sorry...? That's where I have my C++ projects at. |
Don't take it personally, that is just the default directory for project files.
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Fri Sep 28, 2007 1:31 pm Post subject: |
|
|
i have my projects save in a folder on my desktop =o. When i make a new project, you get abot like 6 new links of the file of different kinds.
like : .cpp .opt ,ect.
|
|
| Back to top |
|
 |
DarthVaderAsip Master Cheater
Reputation: 0
Joined: 21 Feb 2007 Posts: 261 Location: Near Singapore
|
Posted: Wed Oct 03, 2007 11:23 am Post subject: |
|
|
after compile and build it then there are many links appear such as .cpp.obj.opt...
one of them is .exe
|
|
| Back to top |
|
 |
|