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

Quote:
Originally Posted by Melwin
I'm too lazy to look into the specifics of that quote, but ASSUMING IT IS CORRECT, how does a single incident warrant something like

Quote:
Originally Posted by Cisyouc
Kerry cant finish a sentence without flip-flopping.
?

Quote:
Originally Posted by John Kerry in the First Presidential Debate
No president, though all of American history, has ever ceded, and nor would I, the right to preempt in any way necessary to protect the United States of America.

But if and when you do it, Jim, you have to do it in a way that passes the test, that passes the global test where your countrymen, your people understand fully why you‘re doing what you‘re doing and you can prove to the world that you did it for legitimate reasons.
__________________
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