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 IamaSherpa 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: *

  1. tan6262

    hashing in c language

    how would i read in a text file that will be used as a hashed list search? the text includes a 5 digit student id #, the number of years spent at that college ranging from 1-6 years, the number of units completed for the first year, the number of units completed for the second year, and so...
  2. tan6262

    using calloc

    how would i use calloc to allocate memory for a 2-D array outside of main. in main are: int rows, int cols, and int **array. the values for rows and cols were inputed by the user in a separate function also outside of main. so far i have: int function (int *rows, int *cols, int ***array) {...
  3. tan6262

    array of random #'s

    need a function outside of main to fill a 2-D array with random numbers in the range of 0 to 99, for example: rand () % 100. the prototype declaration is: void fill (int *rows, int *cols, int ***array); where all three were declared in main and the values for rows and cols were read in by the...

Part and Inventory Search

Back
Top