上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页
摘要: 今天自己写的发现一个输出路径程序使用unicode字符集只能输出单个的首字符,问了一下同事,改为使用多字节字符集,问题解决了 于是上网看了他们的区别: 很多没看完,但起码了解到字符集的演变过程, 转载: 1.https://blog.csdn.net/SarahZhang0104/article/d 阅读全文
posted @ 2020-04-08 00:23 梅长苏枫笑 阅读(984) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/cvwyh/p/10570920.html 错误 在使用VS编译文件时出现了如下错误: #error: Building MFC application with /MD[d] (CRT dll version) requires MFC sha 阅读全文
posted @ 2020-04-07 23:59 梅长苏枫笑 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/shuilan0066/article/details/7040832 阅读全文
posted @ 2020-04-07 20:00 梅长苏枫笑 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/frivolousinstant/article/details/52796922 ReverseFind CString::ReverseFind ReverseFind 在一个较大的字符串中从末端开始查找某个字符 CString::Reverse 阅读全文
posted @ 2020-04-07 19:54 梅长苏枫笑 阅读(2731) 评论(1) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qq_35608277/article/details/80878802 int sprintf_s(char *buffer,size_t sizeOfBuffer,const char *format [,argument] …); eg: ch 阅读全文
posted @ 2020-04-07 19:48 梅长苏枫笑 阅读(2203) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/dyg540/articles/8621404.html 利用MFC进行编程时,我们从对话框中利用GetWindowText得到的字符串是CString类型,CString是属于MFC的类。而一些标准C/C++库函数是不能直接对CString类型 阅读全文
posted @ 2020-04-07 18:26 梅长苏枫笑 阅读(485) 评论(1) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/smf0504/article/details/52055971 C\C++中strcat()函数 原创 荪荪 最后发布于2016-07-28 15:44:28 阅读数 83291 收藏 发布于2016-07-28 15:44:28 分类专栏: C/ 阅读全文
posted @ 2020-04-07 18:12 梅长苏枫笑 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qian_chun_qiang/article/details/80648691 1.string与cstring有什么区别 <string>是C++标准库头文件,包含了拟容器class std::string的声明(不过class string事实 阅读全文
posted @ 2020-04-07 18:06 梅长苏枫笑 阅读(1588) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/shizhandong50/article/details/13321505 1、CString类型的头文件#include <afx.h>2、CString的输出CString temp="Hello!"; cout<<(LPCTSTR)temp< 阅读全文
posted @ 2020-04-07 17:55 梅长苏枫笑 阅读(1821) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/OnceMonkeyG/article/details/95723290 一些定义与设置,为MFC提供最基本支持,将各种松散的东西组织起来,同时为MFC 类库的后续建立 提供方便。一个最简单的 MFC 只需 afxwin.h 即可,而afxwin.h 阅读全文
posted @ 2020-04-07 17:53 梅长苏枫笑 阅读(1275) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页