Okay, I am going to assume that I need to use strcmp because I am trying to compare the info in an array to the info entered by a user. How would I go about doing this? Do I need to create a completely seperate function or can I do it from main with just a function used for loading the array?

Troy

PS- Sorry, I am just new to programming and the class was not exactly insightful and all the books I have browsed or have on hand have not really helped in trying to figure this out.