gene-hightower / wrap

example C++ wrapper for C library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrap

example C++ wrapper for C library

So completely wrap a C library as not to expose the C library header file to C++ clients of this wrapper.

This is a bunch of extra code and probably just not worth it in most cases. And C++20 modules will do all this in a better way.

About

example C++ wrapper for C library

License:GNU Affero General Public License v3.0


Languages

Language:C 49.9%Language:C++ 47.6%Language:Makefile 2.5%