fopen - C++ Reference - cplusplus.com - The C++ Resources Network
Opens the file whose name is specified in the parameter filename and associates it with a stream that can be identified in future operations by the FILE pointer returned. The operations that are allowed on the stream and how these are performed are define...