View Single Post
  #7  
Old 08-28-2004, 09:11 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.