Re: Any way i can possibly get on if i patched??
Quote:
Originally Posted by Fitzgerald
Is there any way that I can possibly get on if I patched? Any websites I can go to, to fix this problem like scorpious2k or something???? plz help
|
Read the Rules. This is warez and asking for a link is grounds for punishment. (Banning i think)
__________________
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.
|