解决CFile 中换行问题 写一个程序时 要把几个命令写入一个bat的文件中其中文件换行成了问题察看一些资料没能找到答案 在VC++群上“听雨舟”大虾给了一句代码就搞定了呵呵file.write(_T("/r/n"),2);哈哈就是这么简单!!!完整的代码如下:else { . CString str="hello"; CString str1="word"; CFile file("c://test C++/VC++ 2024-09-29 43 点赞 0 评论 65 浏览