Re: Writing records into fixed length record file....
- Posted by John F Dutcher <John_Dutcher at urmc.rochester.edu> Aug 11, 2004
- 400 views
This seems like 'the way' to provide record number access to fixed length records in a file that is not a series of strings with a terminating end-of -string character (line feed..whatever). But isn't the final puts() going to overwrite the 1st character of the following record (they are expected to be back to back, adjacent) when issued ?