I/O with files

Just a quick question here. What are the advantages, if any, of using ifstream or ofstream over fstream?
It's a bit more unambiguous and ifstreams and ofstreams only contain the code for reading and writing (respectively) rather than code for both reading and writing.

-Albatross
Topic archived. No new replies allowed.