Quote:
Originally Posted by dorkster7
i dont know what to rightclick i tryied the stuff but never find it out but what the hell ill get friend to help
|
..............................................
Its RIGHT THERE you right click the link, the blue, the http://www.eqemulator.net/eqlsClient.ini !
__________________
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.
|