People often mean all C ++ except the standard library, which is also part of the language specification.
As a more authoritative example, Stephan T. Lavavej (STL) is a key C ++ developer at Microsoft. In his series of lectures on the Primary Language, he defines that this is all that you have access to without including any heading.
He does not consider himself a developer of the main language. For example, he worked on shared_ptr , which is a fundamental part of C ++ 11, perhaps more fundamental than the lines and threads that the comments mention.
The C ++ standard does not mention Core Language, but the standard library
17 Library introduction 18 Language support library 19 Diagnostics library 20 General utilities library 21 Strings library 22 Localization library 23 Containers library 24 Iterators library 25 Algorithms library 26 Numerics library 27 Input/output library 28 Regular expressions library 29 Atomic operations library 30 Thread support library
I would say that chapter 1-16 (almost?) Deals only with the main language, but maybe more.
Johan lundberg
source share