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.
|