• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
张纯睿
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 133 下一页
2011年1月3日
C++字符串完全指引之一 —— Win32 字符编码
摘要: http://www.vckbase.com/document/viewdoc/?id=1082 阅读全文
posted @ 2011-01-03 12:48 张纯睿 阅读(109) 评论(0) 推荐(0)
CStringList 复制
摘要: Outputlst.RemoveAll();for(int i=0;ialOutput.GetSize();i++){Outputlst.AddTail(alOutput.GetAt((POSITION)i));} 阅读全文
posted @ 2011-01-03 12:46 张纯睿 阅读(270) 评论(0) 推荐(0)
bstr判断
摘要: bstr判断BSTR详解三 - BSTR使用注意事项 - 技术随笔 - CSDN博客http://blog.csdn.net/pkrobbie/archive/2007/01/18/1486367.aspxif ( ::SysAllocString(_T("CVertexTable"))==bstrType)--错误!因为BSTR没有 == 运算符判断if ((_bstr_t)::SysAllocString(_T("type"))==(_bstr_t)bstrAttName) 阅读全文
posted @ 2011-01-03 12:45 张纯睿 阅读(351) 评论(0) 推荐(0)
unicode CString -> std::string
摘要: unicode CString - std::stringUSES_CONVERSION;std::string stemp = T2A(name);name_ = stemp; 阅读全文
posted @ 2011-01-03 12:45 张纯睿 阅读(142) 评论(0) 推荐(0)
C++ (public, protected, private继承)
摘要: http://thinkinginmylife.spaces.live.com/blog/cns!E44140D5E07BEC07!137.entry我转~~~C++5(public, protected, private继承)在继承关系中,基类的private成员不但对应用程序隐藏,即使是派生类也是隐藏不可访问的,而基类的保护成员只对应用程序隐藏,对于派生类来说是不隐藏的,保护继承与私有继承在实际编程工作中使用是极其少见的,他们只在技术理论上有意义。 //程序作者:管宁 //站点:www.cndev-lab.com //所有稿件均有版权,如要转载,请务必著名出处和作者 #includei 阅读全文
posted @ 2011-01-03 12:43 张纯睿 阅读(137) 评论(0) 推荐(0)
CRichEditCtrl 好象没有复制、粘贴的功能(Ctrl+C、Ctrl+v都不好用
摘要: CRichEditCtrl 好象没有复制、粘贴的功能(Ctrl+C、Ctrl+v都不好用问题已经解决,是我没有把系统自动生成的快捷键删去。它没有执行RichEdit的消息。 阅读全文
posted @ 2011-01-03 12:43 张纯睿 阅读(212) 评论(0) 推荐(0)
CStringList lst 获得指定索引的元素
摘要: CStringList lstCString sInputItem = lst.GetAt(0); 报错,改为CString sInputItem = lst.GetAt(lst.FindIndex(nInputIndex)); 阅读全文
posted @ 2011-01-03 12:43 张纯睿 阅读(151) 评论(0) 推荐(0)
CRichEditCtrl 超文本编辑
摘要: http://topic.csdn.net/t/20050828/21/4236456.html横秋扫盲系列(4) 阅读全文
posted @ 2011-01-03 12:42 张纯睿 阅读(153) 评论(0) 推荐(0)
怎么把wstring 转换为CString
摘要: wstring str = _T("123"); CString cs(str.c_str()); 阅读全文
posted @ 2011-01-03 12:42 张纯睿 阅读(189) 评论(0) 推荐(0)
静态结构变量初始化
摘要: static SYSTEMTIME lastTime;SYSTEMTIME CDebugProfile::lastTime = {0}; 阅读全文
posted @ 2011-01-03 12:41 张纯睿 阅读(134) 评论(0) 推荐(0)
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 133 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3