Quote:
Originally Posted by Aeawyn
Thanks guys  Alright....one last question. Why is it illegal to download backpatchers? How does it damage anything. All i see it doing is stopping people from playing who just started.
|
Only Sony has the right to distribute their software--we dont. Handing out their software is like giving out stolen goods. Giving backpatchers out could get the project shut down if we were to allow it.
__________________
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.
|