Quote:
Originally Posted by Edgar1898
My problem with Kerry, especially in the debates is that he never says what HE will do. He is always like "This administration has failed the american people, blah, blah blah" (I wonder how many times he said that in the last debate). In fact in almost every issue that was asked about during the debates, he blamed on Pres Bush, but he never said how he would fix it. He just says stuff like "I have a plan to fix medicare", "I will create new jobs", "I wont raise middle class's taxes", and "I will stop talking like a jackass and actually answer a question to the point". How is he going to do all the stuff he promised? I wonder if he even knows how he will keep his election promises if he wins. If you watch the debates (I recorded the last one), he never describes any of his plans in detail, which might be caused by the fact that his "plans" are nothing more than quick ways to grab votes and have no substance....
|
Yes I agree. I quote something I heard on the radio, "I'd be happy to listen to Kerry's plans if he would say them...and he better start soon."
__________________
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.
|