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

Quote:
Kerry >> Bush. Bush lost popular vote to Gore, who sucked largness.
I hate when people talk about this. Why? Because thats not how the U.S. holds its elections, and it never has, so its pointless to bring it up.

Quote:
Kerry, being much more well received in general, is gonna roast him...
Agree to disagree?
__________________
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