| | |
C++ to .exe?
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Oct 2009
Posts: 3
Reputation:
Solved Threads: 0
Please help quickly!
I'm on short notice here. I'm making a C++ program for a project, and the computer I'll need to run it on does not have a compiler.
I am currently using Microsoft Visual Studio 2003. I would very much like to turn this file into an executable capable of running on any computer (Or any PC, really)
I am slightly above average as far as computer savvy goes.
Thanks in advance.
I'm on short notice here. I'm making a C++ program for a project, and the computer I'll need to run it on does not have a compiler.
I am currently using Microsoft Visual Studio 2003. I would very much like to turn this file into an executable capable of running on any computer (Or any PC, really)
I am slightly above average as far as computer savvy goes.
Thanks in advance.
0
#2 Oct 24th, 2009
I really wonder if that's possible..
What you are trying to do is to make an executable without actually compiling the C++ syntax.
Without the compiler, I think that the C++ syntax would be juz lines of data and nothing else.
My Suggestion would be to install a compiler on the system , compile it and then after the executable is made. Uninstall it (Optionally.)
What you are trying to do is to make an executable without actually compiling the C++ syntax.
Without the compiler, I think that the C++ syntax would be juz lines of data and nothing else.
My Suggestion would be to install a compiler on the system , compile it and then after the executable is made. Uninstall it (Optionally.)
Last edited by Sky Diploma; Oct 24th, 2009 at 3:01 am.
•
•
Join Date: Oct 2009
Posts: 3
Reputation:
Solved Threads: 0
0
#3 Oct 24th, 2009
•
•
•
•
I really wonder if that's possible..
What you are trying to do is to make an executable without actually compiling the C++ syntax.
Without the compiler, I think that the C++ syntax would be juz lines of data and nothing else.
My Suggestion would be to install a compiler on the system , compile it and then after the executable is made. Uninstall it (Optionally.)
•
•
Join Date: Jan 2008
Posts: 3,836
Reputation:
Solved Threads: 503
0
#4 Oct 24th, 2009
•
•
•
•
You misunderstood me. I run a compiler on my computer, where I will be creating this program. The computer I will be RUNNING this on will not have one, and is beyond my jurisdiction to install anything on. I wish to turn said program into an executable program FROM my computer and run said (DLL independant) .exe on another computer.
•
•
Join Date: Oct 2009
Posts: 3
Reputation:
Solved Threads: 0
0
#5 Oct 25th, 2009
•
•
•
•
No problem. The compiler compiles the program and creates an executable. Once that executable is created, you can throw away the compiler and throw away all of the .cpp and .h files. Just grab the .exe file and stick it wherever you want, on any Windows computer. The fact that it has no DLLs makes it even easier. Just run the .exe file.
![]() |
Similar Threads
- a.exe and all scanners being closed automaticly (Windows NT / 2000 / XP)
- svchost.exe using 100% cpu! (Windows NT / 2000 / XP)
- Windows 2000 pro - svchost.exe using 100% cpu (Windows NT / 2000 / XP)
- svchost.exe !! (Windows NT / 2000 / XP)
Other Threads in the C++ Forum
- Previous Thread: Help me c++ array question
- Next Thread: printf problem!!!!
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete deploy developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator givemetehcodez graph homeworkhelp iamthwee ifstream image input int java lib list loop looping loops map math matrix memory multiple newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg simple sorting spoonfeeding string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






