Changes between Version 23 and Version 24 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/CFile
- Timestamp:
- 03/12/25 08:05:51 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/CFile
v23 v24 13 13 }}} 14 14 These constructors just create a CFile object without opening a file. 15 {{{ 15 {{{#!c++ 16 16 CFile(const string& strFilename, const string& strMode); 17 17 CFile(const string& strFilename, const char* pszMode);