Tuesday, July 28, 2009

How do i make my c++ file a actual program I can send to my other computer?

you need a c++ compiler which converts the cpp file into a exe file

How do i make my c++ file a actual program I can send to my other computer?
Wow there is something i havent thought about doing for a long time..I wrote something like this in C++ a long time back....one involved "broadcasting" to a lot of computers at the same time (i goofed around and had it running as an Alerter program that used special effects like PNG transparency and animations that were sent to 300 computers over the network at the same time -- it involved just one call and the network handled the rest -- gotta love networking)....My other program involved creating a server and a client....the server would listen on a port for clients to talk to it....





Anyway, try checking into HttpConnection ... everything revolves around that in C++ ... oh this is assuming you are familar with Visual C++ programming.
Reply:When you create a program in C++ it has a file extension .CPP while you compile the program it creates a file whose extension in .EXE. So look for the EXE file and just copy the the to the computer where you want to load the the proram and just double click on this EXE file, it runs the program. if you have more than one EXE file then you can ZIP them into a package and send to the another computer by emal(attachign ZIP file ) with the message.
Reply:Did you want to compile it?


No comments:

Post a Comment