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

Quote:
Originally Posted by sotonin
I worked at dell. the reason they are so cheap is because they use shit for parts. they manufacture most their stuff, and it's crap total frigging crap. Their motherboards suck and that is the heart of the computer. Sorry any computer you built by hand with good namebrand parts (with manufacturer warrantee, many times lifetime) KICKS THE CRAP out of any dell, any day hands down.
Explains why the motherboard busted itself 3 years after purchase (one month after my on-site service warranty wore off)

-edit-
on the Dell I owned anyway
__________________
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