Create c++ static library in Linux
In this blog, we are going to make a static c++ library that can be used to share c++ code among other c++ programs and distribute the code with other developers. We will write a simple c++ calculator class and package it into the static library in L...
sagarkaurav.hashnode.dev3 min read