c++ Programming Glossary: cfile
Class names that start with C http://stackoverflow.com/questions/2292468/class-names-that-start-with-c The MFC has all class names that start with C. For example CFile and CGdiObject. Has anyone seen it used elsewhere Is there an..
UTF-8, CString and CFile? (C++, MFC) http://stackoverflow.com/questions/2318481/utf-8-cstring-and-cfile-c-mfc 8 CString and CFile C MFC I'm currently working on a MFC program that specifically.. have to write UTF 8 data into a file to do that I'm using CFiles and CStrings. When I get to write utf 8 russian characters.. ascii characters get to fail. Anyway that's how I do it. CFile CSVFile m_sCible CFile modeCreate CFile modeWrite CString sWorkingLine..
|