Quote:
Originally Posted by RangerDown
You need to get the *.map files from CVS and include them in your eqemu folder.
I'm not certain whether they go directly in your eqemu folder or in a subfolder (such as maps/). Search thru forums and I'm sure somebody else has said where they should go.
|
Follow that.
__________________
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.
|