User: DiaZie

  • Public profile

User profile: DiaZie

User info
User name:DiaZie
History
Joined:
Number of posts:7
Latest posts:

C2679 error
Yeah 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 problem
thanks you so much that helps me out. I fixed it

Output problem
https://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