C++¶
第三方资料¶
权威资料¶
- CPP Reference
- C++ 教程
- Fluent CPP
- ISO C++
- Policy-Based Data Structures (pb_ds 只在使用 libstdc++ 为标准库的编译器下可以用。)
标准库¶
- C library: The popular C library, is also part of the of C++ language library.
- IOStream library. The standard C++ library for Input/Output operations.
- String library. Library defining the string class.
- Standard containers. Vectors, lists, maps, sets...