View Single Post
  #2  
Old 10-11-2004, 01:54 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Not one person on this earth can POSSIBLY look me in the eye and say...
Quote:
Originally Posted by dark_one
“I’ve Had One Position, One Consistent Position, That Saddam Hussein Was A Threat.” (Sen. John Kerry, First Presidential Debate, Miami, FL, 9/30/04)

“We Now Know That Iraq Had No Weapons Of Mass Destruction, And Posed No Imminent Threat To Our Security.” (Sen. John Kerry, Remarks At New York University, New York, NY, 9/20/04)
...was not a direct, HUGE, flip-flop.
__________________
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