To all,
I know there are a few ways to do file io. There are binary, sequence and random methods.
I get to know about using the iostream.h as a means of file io. Using ofstream and ifstream is which of the methods?
Can I append to the file?
I want to use a file io system with some feature of an database., meaning I can add more information to the file or change some exsiting value on it.
Can anyone point me to more information on this?
Thanks in advance.