linking

Understanding static, dynamic, and header-only C++ libraries

In this article, we look at why you should care about libraries/dependencies in C++ and how they will make your life easier as a programmer. See this article as an introduction, which introduces the basic building blocks. We look at static libraries, dynamic libraries, and header-only libraries, their use cases, as well as their advantages …

Understanding static, dynamic, and header-only C++ libraries Read More »