|
Large computational activities may have several programs that contain many functions in common. It is generally convenient to put the object codes for the common functions into libraries where they can be treated as one collective object. Also, many commercially supplied utility functions are supplied as libraries.
In this module, we show you how to make and use static and dynamic libraries.
Prerequisites:
You should already be familiar with compilers at the command-line interface.
|