静态库和动态库
A.1 — Static and dynamic librariesA library is a package of code that is meant to be reused by many programs. Typically, a C++ library comes in two pieces:A header file that defines the functionality the library is exposing (offering) to the programs us