In this chapter, we will talk about static and dynamic-link libraries and how to create them. We will also show that, contrary to popular belief, you do not need the Visual Studio compiler to create such libraries using the Microsoft C/C++ compiler.
10.1 Dynamic and Static Libraries
In this subsection, we will describe how to build libraries for different systems and platforms.
General ways of using libraries: Most of the libraries we are looking ...