© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2024
B. I. Tuleuov, A. B. OspanovaBeginning C++ Compilershttps://doi.org/10.1007/978-1-4842-9563-2_10

10. Libraries

Berik I. Tuleuov1   and Ademi B. Ospanova2
(1)
Nur-Sultan, Akmolinskaia, Kazakhstan
(2)
Nur-Sułtan, Kazakhstan
 

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 ...

Get Beginning C++ Compilers: An Introductory Guide to Microsoft C/C++ and MinGW Compilers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.