Easy Tutorial
❮ Cpp Templates Cpp Null Pointers ❯

C++ Standard Library

The C++ Standard Library can be divided into two parts:

The C++ Standard Library includes all of the C Standard Library, with certain additions and modifications to support type safety.

Standard Function Library

The Standard Function Library is categorized into the following types:

Object-Oriented Class Library

The standard C++ Object-Oriented Class Library defines a large number of classes that support common operations such as Input/Output I/O, string processing, and numerical processing. The Object-Oriented Class Library includes the following:

❮ Cpp Templates Cpp Null Pointers ❯