zawz's standard C++ library
Find a file
zawz b23028347f Options: added operators
- operator[char/string/int] for option access
- option bool() overload
- option string() argument overload
2019-10-16 19:20:27 +02:00
include Options: added operators 2019-10-16 19:20:27 +02:00
src Options: added operators 2019-10-16 19:20:27 +02:00
Doxyfile Init 2019-08-15 14:20:13 +02:00
LICENSE Initial commit 2019-08-15 14:16:24 +02:00
Makefile Added complex & removed thread 2019-08-27 15:59:00 +02:00
README.md Adjust 2019-08-15 15:34:27 +02:00

ztd

zawz's standard C++ library. Tools for easier coding

Documentation

Use doxygen to generate HTML documentation files

Building

make static for a static build
make shared for a shared build

Installing

sudo make install