| 
 
	Quote: 
	
		| 
					Originally Posted by Elkay
					
				 This seems to be a pretty common request. I hope someone can work on it soon too, as I would love it too but I myself only know VB and don't know crap about network sockets etc. |  Besides, EQEMu uses C++ anyway.
				__________________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.
 |