Rogean, I would agree with you if you told me that 2 months ago.
However, I never go to porn sites. I went occasionally to sites with ads, but there were never any warnings or anything that came up. I obviously knew to say 'No' to the activex controls and the like..
However I STILL got spyware and adware that kept recourring, it was impossible to get rid of. (And with my lack of HD space on my laptop, System Restore was disabled).
After reformatting just before I started working on Evolution II, I switched to Firefox. And I have not gotten a single popup, popunder, spyware, adware, etc.
The ONLY time I ever use Internet Explorer is when Firefox can't display an IE only page. (Blech).
-Cisyouc (A firefox success story)
__________________
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.
|