I know what you mean by blue screen. I get those occasionally when I slip in my PCMCIA WiFi card when its on and I don't do it quick enough, it gets confused or something and restarts. So thats making me think it may be a hardware problem.
(Are those the colors you usually have or is that just because of the error? You may need upgraded drivers too :P)
__________________
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.
|