c++ useful utility functions
-
Queue.h: thread-safe queue for networking or multi-thread programs. Adapted from https://github.com/juanchopanza/cppblog/blob/master/Concurrency/Queue/Queue.h
-
parse_clopts.h: simmple functions for parsing command line options. Basic functionnality (checking if an option exists, and getting the associated value) is there, with a unix-like type of arguments (.e.g -i input)