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 bkrike 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 AdamWalker

  1. AdamWalker

    beginner: strange characters returned from array search

    problem was a simple stupid thing i did. the array had ten columns but the search was searching through 100 columns. one too many 0 was the cause of all the problems. lesson learnt: go through code with fine tooth comb
  2. AdamWalker

    words and sentences in arrays

    can someone please tell me how to get full words and sentences into the category section of the following array. i tried declaring the char as category[20] but it doesn't seem to work. i am just beginning c++, please could someone help. thanks. #include <iostream.h> int main() { struct...

Part and Inventory Search

Back
Top