Quote:
Originally Posted by Kroeg
Judging by the mis-structured english and the seemingly instant nervousness from the seller, that and the "COMPUTER DVD DRIVE ONLY", they are bootlegs (probably crap quality I'll bet) and the seller got nervous when you questioned the specifics of the disc format.
Take it with a grain of salt.
|
Agreed
__________________
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.
|