Only praises for Internet Explorer 6-SP2, but the new security stuff in Windows XP SP2 I can live without. If you dont have an antivirus + firewall on + automatic updates on (I have all 3 off) it sticks an annoying red X in a shield in your taskbar, but other than that its fine.
It's just ignorant to not download Internet Explorer 6-SP2 though. The pop-up blocker is amazing, and it stops ALL ActiveX and plugins like that unless you say so, so essentially NO background spyware/adware/hijackware will be downloaded unless you blantly consent.
__________________
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.
|