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
md5.hpp
is copied from network, you can find original author in source code(in comments).MutexLock.hpp
,BlockingQueue.hpp
,Condition.hpp
reference from muduo.