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

Quote:
We can all pretty much agree there's no nuclear weapons. Chemical and biological weapons are a different story, he used them in the past.
Uh, no. Saddam had PLENTY of time to move them to Iran or Syria. You cannot prove definitively prove they didn't have weapons, and we can't definitively prove they had them.
__________________
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