love in C++, live on MFC
to get ready...
C++博客
首页
新随笔
联系
聚合
管理
47 Posts :: 0 Stories :: 97 Comments :: 0 Trackbacks
常用链接
我的随笔
我的评论
我参与的随笔
随笔分类
Bug of Today(9)
C/C++(10)
C++ Coding Standards(5)
My English No Good(2)
My Reading(3)
VC/MFC(23)
随笔档案
2007年10月 (1)
2007年1月 (1)
2006年8月 (1)
2006年7月 (6)
2006年6月 (6)
2006年5月 (6)
2006年4月 (9)
2006年3月 (5)
2006年2月 (4)
2006年1月 (1)
2005年12月 (3)
2005年11月 (4)
My other blogs
Java, I'm Coming
my other blog about java
something about me
我的另外一个blog
讨论话题一样,新文章都在那边
Other Blog
张硕的Internet Explorer 编程
Internet Explorer 编程
搜索
最新评论
1. re: 什么时候必须显式调用析构函数?[未登录]
@dhong
可以调用pStr->CString::CString();
--111
2. re: 用CString作为Key使用CMap
需要#include <Afxtempl.h>,否则编译时会报错
--erabbit
3. re: 把代码移植成UNICODE[未登录]
评论内容较长,点击标题查看
--jacky
4. re: 用CString作为Key使用CMap[未登录]
我使用CMap<CString, LPCTSTR, HMODULE, HMODULE> map;
用来存储dll句柄,没问题
--ice
5. re: [导入]Class Wizard 出错: A duplicate insert block exists
太感谢了!
--王国华
阅读排行榜
1. 什么时候必须显式调用析构函数?(11567)
2. 错误提示"An unsupported operation was attempted"的原因(11120)
3. 用CString作为Key使用CMap(10998)
4. CString的另一个问题,关于GetBuffer/ReleaseBuffer的几个错误例子(9956)
5. _asm int 3 的一个应用:在程序运行后再进入调试器(5876)
评论排行榜
1. [导入]Class Wizard 出错: A duplicate insert block exists(12)
2. 用返回类型BOOL替代函数返回类型void(10)
3. _asm int 3 的一个应用:在程序运行后再进入调试器(10)
4. 什么时候必须显式调用析构函数?(7)
5. 用CString作为Key使用CMap(7)
我的新博客在 http://www.codediscuss.com
flyingxu 2007-10-02 14:23 阅读:1339 评论:2
关于IServiceProvider的一篇很好的文章
flyingxu 2007-01-05 00:14 阅读:3776 评论:0
thinking in c++ 习题答案
flyingxu 2006-08-09 00:19 阅读:3663 评论:1
Memory leak in CWinThread?
flyingxu 2006-07-26 19:11 阅读:3423 评论:3
再调试状态下,按下F12,程序就出错了(VC)
flyingxu 2006-07-13 18:29 阅读:1969 评论:0
Is MSDN wrong? or I made a mistake? about static member function
flyingxu 2006-07-11 19:14 阅读:1316 评论:3
[zz]MFC返回的临时对象指针成因?
flyingxu 2006-07-10 23:18 阅读:1705 评论:1
bug: OnIdle called only while mouse's moving
flyingxu 2006-07-09 02:03 阅读:1416 评论:1
_asm int 3 的一个应用:在程序运行后再进入调试器
flyingxu 2006-07-06 17:35 阅读:5876 评论:10
Make header files self-sufficient的一个例子
flyingxu 2006-06-23 20:56 阅读:1758 评论:5
[zz]最全的printf参数意义表
flyingxu 2006-06-16 14:05 阅读:4042 评论:0
ANSI版本保存的文件,在UNICODE时是否依然能读入?
flyingxu 2006-06-13 23:53 阅读:1310 评论:0
MFC程序中,自定义的字符串id范围是什么?
flyingxu 2006-06-13 00:25 阅读:1616 评论:0
编译优化选项不匹配引起的一个bug
flyingxu 2006-06-02 10:32 阅读:516 评论:0
http://www.developingprogrammers.com/, a website for who want to be a professional programmer
flyingxu 2006-06-01 10:30 阅读:299 评论:0
错误提示"An unsupported operation was attempted"的原因
flyingxu 2006-05-31 17:27 阅读:11120 评论:1
在OnPaint()使用两次CPaintDC,关于::BeginPaint()/::EndPaint()
flyingxu 2006-05-22 23:39 阅读:3411 评论:3
把代码移植成UNICODE
flyingxu 2006-05-18 16:09 阅读:3181 评论:6
用返回类型BOOL替代函数返回类型void
flyingxu 2006-05-17 16:12 阅读:3134 评论:10
尽量用代码来替代资源中的属性
flyingxu 2006-05-17 14:17 阅读:468 评论:0
写了个很小的软件,快速切换鼠标左键/右键
flyingxu 2006-05-11 22:33 阅读:611 评论:2
Dither这个词怎么翻译?
flyingxu 2006-04-23 22:02 阅读:370 评论:1
blog of this week
flyingxu 2006-04-22 23:26 阅读:835 评论:0
一个不能调试DLL的问题
flyingxu 2006-04-17 15:20 阅读:592 评论:0
尽可能的使用全局变量errno来判断状态
flyingxu 2006-04-13 19:15 阅读:3098 评论:2
FWIW -> For What It's Worth
flyingxu 2006-04-11 17:22 阅读:363 评论:0
对MFC8.1的白日梦
flyingxu 2006-04-09 21:50 阅读:665 评论:2
code review 把代码投影在墙上
flyingxu 2006-04-09 21:37 阅读:291 评论:0
Z - Order的初始顺序 - 草稿
flyingxu 2006-04-05 22:13 阅读:1047 评论:0
Is Hungarian notation obsolete?
flyingxu 2006-04-05 19:45 阅读:594 评论:5
CString的另一个问题,关于GetBuffer/ReleaseBuffer的几个错误例子
flyingxu 2006-03-21 17:51 阅读:9956 评论:6
一个cpp网站
flyingxu 2006-03-07 21:45 阅读:503 评论:0
什么时候必须显式调用析构函数?
flyingxu 2006-03-04 00:35 阅读:11567 评论:7
一种临时变量的命名形式
flyingxu 2006-03-03 23:14 阅读:947 评论:1
关于CString的两个问题
flyingxu 2006-03-02 09:29 阅读:1941 评论:6
VC wizard出错: Parsing error : Expected "*/" 的原因
flyingxu 2006-02-17 13:16 阅读:4850 评论:0
[导入]编译结束时the .plg file has been modified outside of the source editor错误消息提示
flyingxu 2006-02-13 01:49 阅读:1128 评论:0
[导入]转载:Effective Code Reviews Without the Pain
flyingxu 2006-02-09 18:08 阅读:104 评论:0
[导入]Class Wizard 出错: A duplicate insert block exists
flyingxu 2006-02-09 17:56 阅读:2779 评论:12
[导入]关于“VC编码规范 ”-评一篇blog
flyingxu 2006-01-09 07:10 阅读:291 评论:0
[导入]Mapping Modes and Round-Off Errors
flyingxu 2005-12-29 02:10 阅读:179 评论:0
用CString作为Key使用CMap
flyingxu 2005-12-27 07:17 阅读:10998 评论:7
[导入]The palest of ink is better than the best memory.
flyingxu 2005-12-01 05:15 阅读:226 评论:0
[导入]AfxGetMainWnd返回NULL也是可能的
flyingxu 2005-11-28 07:34 阅读:861 评论:0
[导入]在任务栏上显示/隐藏窗口
flyingxu 2005-11-26 20:35 阅读:467 评论:0
[导入]判断一个字符串能否成为合法的文件名
flyingxu 2005-11-17 04:17 阅读:1092 评论:0
[导入]How To Drawing Transparent Bitmaps
flyingxu 2005-11-17 04:11 阅读:135 评论:0
Powered by:
C++博客
Copyright © flyingxu