8: Standard Libraries
( \newcommand{\kernel}{\mathrm{null}\,}\)
- 8.1: Standard Libraries
- Many common or standard functions, whose definitions have been written, are ready to be used in any program. They are organized into a group of functions (think of them as several books) and are collectively called a Standard Library There are many function organized into several libraries For example, within C++ many math functions exist and have been coded (and placed into libraries). These functions were written by programmers and tested to insure that they work properly.