Quote:
http://www.m-w.com/cgi-bin/dictionar...;x=17&y=15
liberty-1 : the quality or state of being free: a : the power to do as one pleases b : freedom from physical restraint c : freedom from arbitrary or despotic control d : the positive enjoyment of various social, political, or economic rights and privileges e : the power of choice
|
Oh dont give me that. According to that definition drugs (meaning marijuana, heroin..) are legal.
__________________
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.
|