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 gkittelson 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. bocoer

    reading a parameter file into some data form

    My problem comes from the fact that I cannot write a routine that will return an array of structures. I got the sscanf/fscanf thing down. I need something like: array_of_structures?? ( char *file_to_read ) { // 1) open file // 2) read lines and fill struct // 3) copy struct to an array? //...
  2. bocoer

    reading a parameter file into some data form

    I am looking for a generic function for reading parameter files and returning something like an array of strucures. My param file is something like: string string int float The number of parameters is not fixed. My problem is comes from returning a "list" of...

Part and Inventory Search

Back
Top