Hi everyone, I want to know what is the best way to sort these(as example) type of structure.

example:
struct Qualification {
          int qualif;
          int pay;
       };

struct QualificationList {
         Qualification info;
         QualificationList *next;
       };

class TQualification {
          private:
            QualificationList *Q;
 ...


P.S.
Thanks for your answers.

--
You can contact me by IM or IRC too:
   msn messanger: [EMAIL PROTECTED]  
   yahoo messanger: [EMAIL PROTECTED]
   Google Talk: [EMAIL PROTECTED]
   ICQ: 210963133
   Skype: halfas.online.now
   IRC: HalFas`  ( irc2.omnitel.net)
   web: www.revidev.com
           http://rvision.gamedev.lt/RVengine
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to