Thread: Sleep?
View Single Post
  #1  
Old 08-22-2004, 07:48 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Sleep?

Its near 4 AM here, just wondering if there are any other insomniac's out there!

-edit- Err...I forgot to hit add on the last option.. 5:00am or later. Oh well.
__________________
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