会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xgz21
博客园
首页
新随笔
联系
订阅
管理
2024年9月14日
CString类的ReleaseBuffer的用处是什么
摘要: 用了好多年了,才发现这个问题,写个小程序测试了,终于搞明白了: CString str; str = _T("1234567890"); TCHAR *p = str.GetBuffer(100); //TCHAR *p = str.GetBufferSetLength(100);_tcscpy(p
阅读全文
posted @ 2024-09-14 11:49 XGZ21
阅读(9)
评论(0)
推荐(0)
编辑
公告