hello guys, can some1 give me an idea how to sort, and how to delete a specific node in this list? list.sort() and list.erase() are not working in this situation.. thanks!!
;(( myList.sort() does not work here.. structure inside STL list; .. It would work only if i used int or string.. but this is Flight hehe anyways thanks tho...
I'll use [code] next time, i am new to this forum heheh ^^''
comp
Comparison function that, taking two values of the same type than those contained in the list object, returns true if the first argument goes before the second argument in the specific order (i.e., if the first is less than the second), and false otherwise.