The cfile tag should be used for questions about the CFile and CStdioFile classes (and their relatives) in MFC (Microsoft Foundation Classes) for C++ code.
I'm currently working on a MFC program that specifically has to work with UTF-8. At some point, I have to …
The charset is Unicode. I want to write a string of CString type into a file, and then read it …