|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
How do i make a .cpp file to an exe. that i can open?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
PC Gamer
|
Well guys i finished my first C++ project, and was wondering how do I make it into an exe. It was made with Visual Studios 05
Last edited by coltsrock : 09-23-07 at 01:45 AM. |
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||
|
Programmer
|
you need to compile it...
i use bloodshed, so im not exactly sure you to do it in VS... it should be a little button on the top that is obvious....
__________________
My Lego case thread. With PICS!!! ----------------------------------------------------------------------- Video card RMA database thread. I am working on an application that allows users to input their cards issues into a database, to build a knowledge base for what types of cards have a lower fail rate.
|
|||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
PC Gamer
|
when i click compile, then save all and go to were the file is its not an exe.
|
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
P-7811FX tweaker
|
Well, doesn't the software you use to program in C++ have an integrated compiler?
__________________
Golden rule: "Never argue with an idiot or they'll lower you to their level and beat you with experience" Free Winzip Full Edition steps: http://www.overclock.net/other-softw...ml#post2359713 Sick of cleaning after your brothers/sisters/cousins downloaded their favorite songs off Limewire? Show them this: http://www.overclock.net/other-softw...ml#post2363584
|
|||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||||
|
PC Gamer
|
yes, there is a compile option and i click it and save it but when i attached it to an eamil and tried to open it another computer it couldnt open it
EDIT: found it
Last edited by coltsrock : 09-23-07 at 01:50 AM. |
|||||||||||||
|
|
|
|
#6 (permalink) | ||||||||||||
|
New to Overclock.net
|
id reccomend bloodshed over vis studios much simpler interface
|
||||||||||||
|
|
|
|
|
#7 (permalink) | |||||||||||||
|
Multi-Quote King
|
You gotta compile and link it. The compiler builds an object file (.obj i think) which contains machine code but isn't executable by the OS yet. It needs to be linked with header files and such that'll run it with your UI.
If you have a "build" option, that usually does the compiling and the linking for you. See if you got that.
__________________
"But you would be amazed by how many people think that the only reason to have a computer is to play games, and that playing games is all that anyone with a computer does." - dangerousHobo "Linux is everywhere, it is all around us, even now in this very room. You can see it when you look out your window, or you turn on your television. You can feel it when you go to work, when you go to church, when you pay your taxes. " - mbp"I have used a mac before. And they still don't have right click I mean come on." - aakar Blah, blah, can't hear you
|
|||||||||||||
|
|
|
|
#8 (permalink) | |||||||||||||
|
PC Gamer
|
Well the exe file was saved in a different place, i got it guys thnx
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|