View Single Post
  #9  
Old 04-15-2005, 07:58 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by vice9797
Hey Ive got 2 versions here. Basically ok I have this one SEQA3767 and Im not sure how recent that version was but I have another here which is one of my old ones SEQB8A67 but basically I was wondering if there was anything I could do with this version (SEQB8A67) or the other (SEQA3767) right now if I cant find EqEmu 5.7
You could play on Scorpious2k.
__________________
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