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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by xcurly

  1. xcurly

    Problem with sorting 2 dim arrays

    char *names[20][2] = {{"Collins", "Bill"}, {"Smith", "Bart"}, {"Allen", "Jim"}, ... }; I have already applied your suggested format before and this was the main reason the program aborted...
  2. xcurly

    Problem with sorting 2 dim arrays

    I am trying to get this problem to sort this array of names in alphabetical order, first or last name but the program has a problem with memory. I have no errors or warnings but my program keep being aborted. The error message is this: The instruction at "0x004053f0" referenced...

Part and Inventory Search

Back
Top