Quote:
Originally Posted by KhaN
Well i should maybe modify my sentence, Doodman and FNW, the 2 only real devs left, give a shit, but all the others ghost dev, doesnt really give a shit about it.
|
Thats not entirely true...
Quote:
Originally Posted by KhaN
We are just saying that some people that want to devote their time and have the skills could maybe give a hand to eqemu, and im sure there some around there.
|
Thats certainly not the way you worded it the first time.
__________________
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.
|