Skip to content

cppreference Utility library

NOTE: 在C++\What-is-new-in-C++\index.md中,介绍了“Design goal of c++”,其中非常重要的一点是:

Prefer introducing new features via the standard library, rather than extending the core language

上面这段话中的standard library,更加具体地来说就是 Utility library

  • language support libraries
  • general-purpose libraries.

Language support

NOTE: 在./Language-support对它进行描述。

General-purpose utilities

NOTE: 在./General-purpose对它进行描述。