View Single Post
Old Jan 28th, 2007, 9:10 PM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You're being silly. You get a compiler, build the program you write (compile and link), and give the executable to your friend. You'll have to compile it on the same platform, or use a cross-compiler, but my money is on the supposition that you have the same platform.

If you don't know about compilers and what they produce, how the hell would you expect to write one?
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline