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 TouchToneTommy 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 DeLiMaR

  1. DeLiMaR

    Finding start of file.

    You might want to consider reading the file into an array if it is not too long since that would be more efficient than reading it off of the disk a lot of times.
  2. DeLiMaR

    Strings n streams n structures

    I believe that the easiest way to do this is to, first, figure out the size of the file, then declare a static array with the new operator. Then you can stream the file inro your array. An example of how to do this can be found here: http://www.cplusplus.com/ref/iostream/istream/seekg.html

Part and Inventory Search

Back
Top