love in C++, live on MFC

to get ready...

C++博客 首页 新随笔 联系 聚合 管理
  47 Posts :: 0 Stories :: 97 Comments :: 0 Trackbacks
When can a thread receive window messages?
( http://blogs.msdn.com/oldnewthing/archive/2004/06/08/150929.aspx )
If one thread T1 send a message to a window that belongs to another thread T2, the sending thread T1 is put to sleep until the receiving thread replies to the message. But if somebody else sends a message to thread T1, thread T1 is woken to process the message, then is returned to sleep.

如何编写异常安全的C++代码
没有看懂,应该还可以
 
转 :C++基本语法(上)(精品)
转:C++基本语法(下)(精品)
 
Danny Kalev的几篇关于c++的文章,都是中文的
其中有一篇避免使用 protected 类型的数据成员,说"避免使用 protected 类型的数据成员,因为他们会造成对封装的一个错误的理解。相反,将数据成员声明为 private 类型并定义相应的成员函数来访问它们是必要的。通过使用这种方法 ,基类设计上的变化就不会影响其它类",我觉得有道理
 
字符,字节和编码
 
《c语言接口与实现》读后感  介绍了一本好书

发布SnifferFox Beta版本了没有看,但是源代码也许可以研究下

初尝结对编程的甜头 是最XP编程的自己的理解.我现在比较喜欢看关于模式或者XP之类的热门话题在软件工业中实际的应用和自己的理解 ,而不是对书的摘抄或者演示性的代码.

alai04的专栏 在翻译Beyond the C++ Standard Library: An Introduction to Boost

Developers skills test  eMule项目组的找人笔试题,看了下,发现自己还不能去eMule做开源项目啊,唉,

 C++ 完全不完全资源导引--书籍篇 后面的精力过剩类和打击信心类的书都可以读读 :)

posted on 2006-04-22 23:26 flyingxu 阅读(829) 评论(0)  编辑 收藏 引用 所属分类: My Reading

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理