what i posted is an exact copy of the file.....
Printable View
what i posted is an exact copy of the file.....
I see at least a missing semicolon:
oss << ref
Markman,
You need to include <sstream>. Don't know if that is causing your problem.
Regards,
ChuckB
For anyone else usoing g++, the problem ended up being that I copied some code from a borwser into this. Thus, it had 's in it instead of tabs
Yes, the ; and sstream were also there, but it didnt even get that far compiling
Thanks everyone :)