View Single Post
  #5  
Old 10-16-2004, 01:07 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: NEW ?

Quote:
Originally Posted by sdabbs65
Your new at posting also, becarefull there are butt stealers among us.
Oh give me a break.

You posted in the topic "Post here to be titled EQEMu Junkie":
Quote:
When in Rome...do as the Romans do I suppose.
Did you not see everyone else (excluding Spike who has had the title way before the topic) lost their butts? Im sorry my friend, you stole your own butts.
__________________
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