View Single Post
  #18  
Old 11-14-2004, 06:46 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
cisyouc you said in another thread that you started playing eq while PoP was out.. so you dont get an opinion here sry:P
Yeah, whats your point? I'm just saying that if I logged into an eq like you're describing, i'd log out. I like PoP/Luclin alot better.
__________________
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