摘要: 参考: https://blog.csdn.net/u014162133/article/details/46573873 1. CArchive在菜单打开保存时的代码 CFile file("1.txt",CFile::modeCreate | CFile::modeWrite); CArchiv 阅读全文
posted @ 2018-07-18 17:34 ~小小鸟~ 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/u014162133/article/details/46573873 1、常量指针与指针常量的区分char ch[5]="lisi"; const char *pStr=ch;//const在*之前,表明指针指向的内容为常量,即为常量指针,但指针 阅读全文
posted @ 2018-07-18 11:59 ~小小鸟~ 阅读(183) 评论(0) 推荐(0) 编辑