The "Standard Libraries" are an OS-independent set of C++ classes that should be available in any C++ development environment. These classes are within a std namespace.

  1. C-Runtime
  2. STL: Standard Template Library
  3. Strings
  4. IOStreams
  5. Filesystem Access
  6. Multithreading
  7. RNG: Random Number Generator