I'd be happy to listen to anything Kerry has to say...IF HE WOULD SAY IT!
Interviewer: How will you fix Medicare?
Kerry: I have a plan to make a federal healthcare system.
Interviewer: How?
Kerry: My plan will not tax people who make under $200k/yr.
Interviewer: What about the people who make over $200k/yr.?
Kerry: My plan...screws them over.
Interviewer: What would you do in Iraq?
Kerry: I have a plan to get allies in the war.
Interviewer: How does your plan work?
Kerry: My plan will get an international summit and get allies.
Interviewer: So how does the plan work?
Kerry: Its alot better than bush, take my word on it.
The "Kerry" Plan-- Its alot better then Bush (Take Kerry's word on it)
__________________
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.
|