Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
/ limonp Public archive
forked from yanyiwu/limonp

C++ headers(hpp) library with Python style.

License

Notifications You must be signed in to change notification settings

cijinsama/limonp

 
 

Repository files navigation

limonp

CMake Author Platform Tag License

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

Example

See Details in test/demo.cpp

Cases

  1. CppJieba

Reference

  1. md5.hpp is copied from network, you can find original author in source code(in comments).
  2. MutexLock.hpp, BlockingQueue.hpp, Condition.hpp reference from muduo.

Contact

About

C++ headers(hpp) library with Python style.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.5%
  • Other 0.5%