Quote:
Anyways, my point is, where are the facts supporting IE? I want to see a few things IE has over Firefox.
|
IE doesn't care how bad you code it still displays it.
__________________
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.
|