|
@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."
|