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. madazulu

    Problem with file I/O

    Thanks Amit, but that doesn't help. The entire point of using the C++ classes to read and write records is that the record size remains constant irrespective of the contents. The record is written in binary format, so an integer data field will occupy 2 bytes, whether its value is 1 or 32767...
  2. madazulu

    Problem with file I/O

    Hi I wanted to carry out simultaneous file i/o using a single handle. I used the fstream object to open the file with the "ios::in | ios::out" protocol. I used the seekg (), read () and write () methods to search within the file, and read and write structures to the file respectively...

Part and Inventory Search

Back
Top