
C++编程
iteye_20727
这个作者很懒,什么都没留下…
展开
-
C++入门学习清单
1. Bjarne Stroustrup的The Design and Evolution of C++(了解历史)2. Stanley B. Lippman的C++ Primer (基础好的看这个)3. Pike和Kernighan的The Practice of Programming (编程的注意事项)4. Bruce Eckel写的、候捷译的Thinking in C++ (半...原创 2011-06-30 16:29:58 · 167 阅读 · 0 评论 -
Windows API所提供的功能可以归为七类
Windows API所提供的功能可以归为七类:[4]基础服务(Base Services)[5],提供对Windows系统可用的基础资源的访问接口。比如象:文件系统(file system)、外部设备(device)、,行程(process)、线程(thread)以及访问注册表(Windows registry)和错误处理机制(error handling)。这些功能接口位于,16位元...原创 2011-07-01 14:32:28 · 191 阅读 · 0 评论