All Projects → yanyiwu → limonp

yanyiwu / limonp

Licence: other
C++ headers(hpp) library with Python style.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

limonp

Build Status Author Platform Tag License

logo

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].