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

Quote:
Originally Posted by mattmeck
Actualy is was England who told Bush that Iraq had WMD's, the CIA confirmed this at that time. So the reason Bush gave for going into Iraq may have been false but Bush did NOT know this at that time. This has already been beaten to death and proven.
And thats EXACTLY why the Democrats try and focus on the point of time where the focus was on WMD, not 'you're either with us or you're with the terrorists'
__________________
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