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.