shared

Building programs with dynamic runtime libraries

Dynamic libraries allow code to be linked independently during runtime without compilation into the executable. This post will delve into the creation and use of dynamic libraries on your system.