Thread: Evertorn update
View Single Post
  #5  
Old 09-14-2004, 01:28 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

I think what sotonin is trying to say is that so many people have tried and claimed they would write an open source login server and all have failed, or all have failed that ever said anything on these forums anyway. So its hard to believe someone who appears to be new would create a loginserver. Im not doubting your ability, just restating his probable point of view.
__________________
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.