Theres a difference.
If you jaywalk, most likely nothing would happen.
If this became a place for EQ Warez, EQEMu most likely would be shut down, much like Scorpious2k and Winter's Roar which have been shut down and did, notably, have patchers (not saying that was the cause, I do not know the facts well enough)
__________________
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.
|