View Single Post
  #5  
Old 08-20-2004, 05:08 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

It doesn't have to be, I used an IP address but when I needed a >>NoIP Domain<< for other reasons I switched it in my loginserver as well.

I highly recommend No-IP.com

>>NoIP Link<<
__________________
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