Quote:
Originally Posted by gottasummer
BUT ONLY use it IF you have a 100% LEGAL copy of Everquest, as in YOU BOUGHT IT from a store, and you have it in a CD-ROM with the real casing and stuff, not a download or something.
|
A purchased digital download from Sony's store w/o the case and the CD is fine 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.
|