View Single Post
  #4  
Old 10-13-2004, 09:15 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sotonin
Dell has always had 300-500 systems. And let me tell ya, you get what you pay for. lol
My friend recently bought a $1k dell system (dispite my displeasure and advice about Dell). Pretty Nice graphics, processor, harddrive......256mb ram. :|
__________________
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