zawz's standard C++ library
Find a file
2019-08-17 00:37:34 +02:00
include filedat: fixed ambiguous ctor with std::string 2019-08-16 23:47:25 +02:00
src filedat: added spaces to strval() for more readability 2019-08-17 00:37:34 +02:00
Doxyfile Init 2019-08-15 14:20:13 +02:00
LICENSE Initial commit 2019-08-15 14:16:24 +02:00
Makefile filedat: added erase(), concatenate() and operators 2019-08-16 19:09:08 +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