Its disgusting. Remember flat-faced green orcs? What happened to them? Now the orcs kinda look intimidating. I know you can just delete the files, but it really shows two things. (A) Sony is destroying what EQ used to be (literally) and (B) They don't understand that when we mean 'fix already-instated content', they take it as 'lets EQ2ize freeport and oasis!'. Besides. I thought the transition from freeport to PoK was bad because of the graphical quality change. Going from the commons to oasis is going to be painful.
__________________
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.
|