#include <StdioFile.hpp>
this class represents a C++ wrapper for the good'o stdio FILE* interface. it provides operations like read, write, seek and tell (get read write position).
|
opens a file. it is actually a wrapper to the stdio fopen() function
|
|
the destructor will close the file |