View Single Post
  #2  
Old 08-21-2004, 06:12 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by bbum
Quote:
can we not just be like hey i like classic eq and hey i dont
yes. we could. but wiz had to name this thread 'why eqclassic does not work' when he should of named it 'why i think people want to play WR more than eq classic'
Yay I caught this thread before it was locked!!

Anyway, he named this thread that because that was what he believe(d). And I tend to, too.
__________________
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.