traversing and modifying CPtrlist [modified]
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
POSITION pos = TouchAreaList->GetHeadPosition(); while (pos != NULL) {TouchAreaList->GetNext(pos);} wt next... i want a seperate pointer to point to a specific node in this list how to do that. pos will traverse alright but i want modify the data in a particular node how to do it??? -- modified at 4:42 Monday 31st July, 2006
-
POSITION pos = TouchAreaList->GetHeadPosition(); while (pos != NULL) {TouchAreaList->GetNext(pos);} wt next... i want a seperate pointer to point to a specific node in this list how to do that. pos will traverse alright but i want modify the data in a particular node how to do it??? -- modified at 4:42 Monday 31st July, 2006