View Single Post
Old Feb 5th, 2007, 10:05 AM   #7
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
@programmingnoob: In case you didn't know... the -o parameter to g++ will let you name your output file something other than a.out (default).

g++ -o yourfilename yourfilename.cc

As to your problem, you can take off the extension of the file. Or the user could right click the link and choose "save as".
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote