Quote:
Originally Posted by DrunkPimp
Heh nice  bah my luck now my eq wont install right...stops on like trunbruse.s3d or something...heh 3rd tiems teh charm
How did they legalize this? some kinda glitch?
|
Its an emulator. NOT Sony's Servers...
__________________
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.
|