Using VC++ 6.
I have to draw lines and be able to store them so I can erase them at some point. I have to have a function
void EraseLine(CPoint startP, CPoint endP)
How do I do this?
well you might have all your line class objects in a container class and also a mechanism to "find" the matching object given a start/end point pair.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.