Rajesh Manicppnuggets.hashnode.dev·Oct 23, 2022Header only libraries in C++A header-only library is a library where the entire definition is available in the header files. Hence, we don't need to link to a separate library when building the executable. Header-only libraries are often used for small libraries or for librarie...67 readsheader only libraries