C2679 errorYeah it's line 38
C2679 error[code]XVar<float>*pObject = new XVar<float>(x); m1.Insert(pObject);[/code] I used a pointer object...
C2679 error[code]template<class T> class XVar { private: T m_X; public: XVar(T x) { m_X = x; } T ...
Output problemthanks you so much that helps me out. I fixed it
Output problemhttps://imgur.com/a/OShZb As I told before the question is based on this uml. That's why my code lo...
This user does not accept Private Messages