Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
void CMFCApplication1Dlg::OnBnClickedButton1() { CFile cfile_object; cfile_object.Open("c:\\test\\ucancode_cfile_example.txt", CFile::modeCreate | CFile::modeWrite); }
错误:没有重载函数 CFile::open 的实例请帮助