C++ core language Vs Standard library Vs STL

Core Features

Basic building blocks of C++ language.

Syntax rules.

Foundation of the language

Standard Library

Ready to use components – like iostream, string library, math functions, fileio, exception handling, etc

STL

Collection of container types, algorithms, iterators.