V
vertigo
Hello
I have:
std::list<ObjPtr *> mylist;
i wanted to sort that pointers using my own sorting function:
mylist.sort(MySortingFunction);
I can't create that function, i receive many errors could anybody
show how sould it look like ?
Thanx
Michal
I have:
std::list<ObjPtr *> mylist;
i wanted to sort that pointers using my own sorting function:
mylist.sort(MySortingFunction);
I can't create that function, i receive many errors could anybody
show how sould it look like ?
Thanx
Michal