Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making the C++ program executable on any machine

Status
Not open for further replies.

muthuivs

Technical User
Jan 30, 2006
36
CA
Good Day,


I have fnally finished programming a nice little program in Vicual C ++ but I am now not sure how to save it as an executable file so that I can run it from any machine, whether or not it has a compiler ? I am trying to save it onto a cd so that I can use it on many other computers. Your reply would be deeply appreciated. Thanks.

MuthuIVS
 
Compile it in Release mode. The .exe will be created in the \Release sub-directory of your project directory.

If you are using MFC you'll also need to copy the appropriate DLLs along with your .exe.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top