自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (2)
  • 收藏
  • 关注

原创 Chapter3 Windows and Messages —— Programming Windows 笔记

这一章主要讲明Windows程序设计的基本框架和基本概念,围绕着窗口展开。主要搞清楚的是窗口、窗口类、窗口过程回调函数、消息、消息循环、消息队列等概念。Windows程序设计与以前DOS控制台程序区别最大的是,以前所有自己编写的函数都由自己安排具体在什么地方被调用,而Windows编程中的窗口过程函数是主要编写部分,却看不到在什么地方调用,实际上它的调用被蒙上了一层纱,这层纱就是Windows的API,包括文中提到的CreateWindow、ShowWindow、UpdateWindow以及Dispatch

2010-12-15 23:55:00 267

原创 学习Programming Windows,Fifth Edition

<br />     早在很多年前我读本科的时候,我就开始看这本书,一直看到现在,始终没有看完。<br />     这次,我再一次下定决心要把这本书看完。做这个决定之前也曾犹豫,到底这么底层的,好像过时的东西,还有必要学吗?我是不是应该花时间去学.NET,学习WPF之类的新东西?当我尝试着翻看别的关于windows编程的书籍的时候,我心里总隐隐地有一种很不踏实的感觉,我有太多的基础书没有看好,我心里没底。于是,我决定从最基础的Programming Windows开始还债。<br />     我手头上有

2010-12-14 11:10:00 395

Addison Wesley Inside the Cpp Object Model.chm

深入讲解C++,英文原版 作者:Stanley B. Lippman Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.

2009-06-03

programming windows with mfc.chm

Jeff Prosise的英文原版MFC技术讲解经典大作,循序渐进教你MFC编程。

2009-03-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除