Click to See Complete Forum and Search --> : how to write the object in a file and read the object from the file


r00d0034
September 29th, 2002, 05:30 PM
sir i want to ask that how to right the object in a file and how to read the object from that file.

kuphryn
October 3rd, 2002, 02:53 PM
One solution is C++'s read() and write() functions. Make sure you read and write in binary mode.

Kuphryn