CppCon: Linkers, Loaders and Shared Libraries
Tldr; See recommendations at end. Talk: https://youtu.be/_enXuIxuNV4 Covered topics: </p> 101 of linkers+loaders Detailed comparison of linkin...
Tldr; See recommendations at end. Talk: https://youtu.be/_enXuIxuNV4 Covered topics: </p> 101 of linkers+loaders Detailed comparison of linkin...
Usecase: You want to make use of some system-wide installed library. Install the library using your linux package manager. Most installed libraries can be...
Problem: You installed a new kernel in Manjaro either via GUI tool or via the commandline tool mhwd-kernel. After a restart it usually is selected by defaul...
Use-case: You have a library as source code, want to install it on your system (user-/system-wide), and then make use of it from another place/folder/repo. ...
Old school libraries use splitting into hpp/cpp files. Mayor drawbacks: leaking of macros (hpp can be different at library's consumer side than at library p...