Quote:
Originally Posted by manglervirus
ok it stoped changing but i dident just get rid of [ i got rid of all except the
[LoginServer]
Host=eqemulator.net:5996
do i need the rest
p.s. im flippen out
|
thats all you need.
__________________
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.
|