Quote:
Originally Posted by uleian
Im having this same problem and i havent patched to live...i crashed once and now i cant log back in so im having this problem and its not from pathcing ; /
|
You're certain you havent run the patcher after the 14th? Try reinstalling DX9.
__________________
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.
|