Re: Question.. Not Sure Im Getting It?
Quote:
Originally Posted by Fezzel Mezzel
Sooo... My question is... I'm F'ed till EQEmu supports EQLive files? Cause I patched, right?? Just so Im straight on this..
|
Right. You cannot play if you patched.
__________________
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.
|