View Single Post
  #2  
Old 08-21-2004, 10:59 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default 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.