anirudhvr / cpputils

C++ utility libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpputils

C++ utility libraries

  • Regular expressions using POSIX regex(3) when Boost is just too heavy or annoying to install
  • Some other space/time-saving things (timers, perl-like string chomp/split, string convert to anything and back, etc.
  • Wrapper library for mysqlpp and Patricia (structure to store IP addresses/address ranges as a prefix trie)

About

C++ utility libraries

License:GNU General Public License v2.0


Languages

Language:C 61.7%Language:C++ 38.3%