View Single Post
  #11  
Old 09-13-2004, 02:37 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sotonin
Quote:
Im Proud to Announce that I Am going to try to do some stuff to get www.freewebs.com/pochaos A domain !!!
you can get a domain for $7.95 in a couple hundred places around the net. Cheap as hell these days
You can get free ones (not com, but others) with some looking.
__________________
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.