第一个是一个C++第三方类库的A-Z:(http://www.trumphurst.com/cpplibs/cpplibs.php)其中包含了:
- 开源的C++的第三方类库列表
- 商业的C++的第三方类库列表
- 一些经典的C++的随书源码
- 一些C++相关的工具
不过,这个网站好像最新更新是在2008年。
第二个是Boost C++的一个教程:(http://en.highscore.de/cpp/boost/)
- Chapter 1: Introduction
- Chapter 2: Smart Pointers
- Chapter 3: Function Objects
- Chapter 4: Event Handling
- Chapter 5: String Handling
- Chapter 6: Multithreading
- Chapter 7: Asynchronous Input and Output
- Chapter 8: Interprocess Communication
- Chapter 9: Filesystem
- Chapter 10: Date and Time
- Chapter 11: Serialization
- Chapter 12: Parser
- Chapter 13: Containers
- Chapter 14: Data Structures
- Chapter 15: Error Handling
- Chapter 16: Cast Operators
这个教程可能是写得比较不错的了,不过是英文的。