TOPIC 11.1.1
File Handling
In order to standardize file handling, many modern operating systems include their own set of file handling functions that programmers can use. For example, Microsoft Windows programmers can use predefined funtions from the Microsoft Foundation Class library (MFC library), a C++ implementation of the Windows application programming interface (API).
The MFC library makes it easier to create a program that behaves like any other windows application you might be used to working with. For more information of using the MFC library in your programs consult the sights listed below:
Three of the main mechanisms the MFC library provides to help programmers manage files are: