limonp
April 12, 2025 ยท View on GitHub
Introduction
C++ headers(hpp) with Python style.
Feature
- linking is a annoying thing, so I write these source code in headers file(
*.hpp), you can use them only with#include "xx.hpp", without linking *.a or *.so .
no linking , no hurts
Build
mkdir build
cmake ..
make
make test
Example
See Details in test/demo.cpp