Quote:
Originally Posted by Ace
Yes, I recognize that.
By expanding your logic to include other servers, you will see that current servers can use his program to create a patcher like Scorpious2k's. Leading to a potential loss in redundant thread creation.
|
There will always be dumb newb--err--n00bies.
__________________
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.
|