Re: scorpious2k patcher
Quote:
Originally Posted by la_taupe123
can i have i link to the scorpious2k patcher plz..... ?
i dont find it on the website
thank you
|
Uhm, did you look? Its in the download site (Click the DR6 logo)....
__________________
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.
|