|
-
June 8th, 1999, 08:02 AM
#1
STL Vector Array
I created a vector array:
typedef std::vector<CAngleReading*> ANTENNA_ANGLE_VECTOR;
ANTENNA_ANGLE_VECTOR m_VertList;
I filled the array and now that I have it filled I want to sort it. I have read a little about sorting and I am not sure about how to do the sorting. If anyone has any ideas I would appreciate it.
Thanks,
Angie.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|