Thread: Just Wondering
View Single Post
  #8  
Old 12-06-2005, 08:20 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote