C++
headers(hpp) with Python style.
- 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
See Details in test/demo.cpp
C++
headers(hpp) with Python style.
*.hpp
), you can use them only with #include "xx.hpp"
, without linking *.a or *.so .no linking , no hurts
See Details in test/demo.cpp