View Single Post
  #7  
Old 09-22-2004, 01:41 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by onejessman
maybe when u search if u dont use the right words u get like 100 pages of links with 20 links per page so its not worth the time jus tget someone mad at u and they find it for you tks btw
100 pages isnt that bad. ive gotten over 4k before, and you know..I looked through them.

I did find my answer.

-edit-
4k results, not pages. I assume you mean results as well.
__________________
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.