Thread: Quest Problem
View Single Post
  #3  
Old 10-24-2004, 02:53 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
I think it has something to do with the nasty little ' you put in the journeymans boots. ^.^

Also, not sure if the single quotes caused a problem or not, so just remove them out. ^.^
Naw, you only have to worry about quotes, not apostrophes.

Also, I didn't look over the entire quest because it was in the wrong forum. Please dont post this in the tutorials section.........
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote