Thread: A Request...
View Single Post
  #6  
Old 04-28-2006, 01:35 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

1 IP for 400 apartments? Youch. That must get quite annoying for day-to-day stuff, like IRC DCC (or any Instant Messenger File Transfer) or like, gaming.
__________________
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