Theory: Class Libraries
Learn about class libraries and their organization.
We'll cover the following...
What are Class Libraries? What are the different ways to organize them?
Class libraries are related classes compiled into object code. For example, the classes like ostream
and istream
that have been compiled into the C++ standard library. Many third-party class libraries are also available ...