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!

Search results for query: *

  • Users: queenie680
  • Content: Threads
  • Order by date
  1. queenie680

    How to get the max and min from an array?

    Hi, Does anyone know how to get the largest and smallest number from an array? float salary[100]; then I have a for loop here that loads the array....now how do you get the largest and smallest number in the array? Thank you for your time =) Serena
  2. queenie680

    Char Comparison and Update

    I'm a beginner at C++, but I am writing a program that has an Char array of names like this char[3][16] = {&quot;Stevens,Cory&quot;, &quot;Smith,Will&quot;, &quot;Cool,Joe&quot;} I wanted my program to search for a name like this: char name[16]; cout << &quot;Search for a name&quot; << endl...

Part and Inventory Search

Back
Top