Hi,
I have a list of Point pointer like,
list<Point *> ptList;
now if I want to find the Point that has some unique id, how do i do it?
I have a list of Point pointer like,
list<Point *> ptList;
now if I want to find the Point that has some unique id, how do i do it?
Comment