Quote:
Originally Posted by killspree
Even in older zones? Should be interesting if so. I saw shots of the water in Oow zones and it actually looked pretty nice.
|
Yes. I have a shot of Potranquility and Powater with it somewhere.
__________________
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.
|