Chapter 15 p.774 at the top of page
It dose not explain how to add
CList<CPoint, CPoint&> m_PointList; // Type safe point list
using the Add Member Variable Wizard. I think I am suppost to indicate Access as protected and Variable name as m_PointList. But I am not sure about the Variable type.
anyone?
Thanks
|