Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Deadlocker

    Using sort() facility of a list (std::list)

    Uups, I forgot to wrtie the code I get: C:\Dokumente und Einstellungen\piouf.cpp(116) : error C2664: 'void __thiscall std::list<class AElement *,class std::allocator<class AElement *> >::sort(struct std::greater<class AElement *>)' : cannot convert parameter 1 from 'struct SortEndPos' to...
  2. Deadlocker

    Using sort() facility of a list (std::list)

    Hi ! Here is what I want to do : I have a class AElement that stores many information and particularly that implements a getX() function. I have many AElements objects and I want to access them via some pointers. So I want to have a list of AElements because this data structures implements...

Part and Inventory Search

Back
Top