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

Quote:
Originally Posted by wize_one
cox may have gotten smart about the port thing.. hehe was going arround their port blocks all the time.. they had telnet mail and http all blocked from inc connections.
Really?? None of that here with cox, my router will direct every port I throw at it sucessfully.
__________________
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