View Single Post
  #6  
Old 08-16-2004, 06:16 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Venom
Thanks hyper..

but since i havent been here long enough i wouldnt have known how to fix his problem

/sarcasm off
Hypershadow was just suggesting a fix, never doubted your abilities to debug loginserver.ini as far as I can see in that post.
__________________
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.
Reply With Quote