more links

This commit is contained in:
Christoph Cullmann 2019-04-09 22:46:05 +02:00
parent 1de65add8b
commit cbb0d68c34

View file

@ -8,19 +8,25 @@ Might be useful for others, but in the end just a pile of stuff I don't want to
The libraries linked below will in most cases be for C or C++.
## C++
## Programming News/Information
* News, Status & Discussion about Standard C++: https://isocpp.org
## Compress Libraries
## Multi-Purpose Libraries
* LZ4 compression: https://lz4.github.io/lz4/
* Qt: https://www.qt.io
* BOOST: https://www.boost.org
## Compression Libraries
* LZ4 compression: https://lz4.github.io/lz4
## XML Libraries
* light-weight C++ XML processing: https://pugixml.org/
* light-weight C++ XML processing: https://pugixml.org
## JSON Libraries
* fast JSON parser/generator: http://rapidjson.org/
* fast JSON parser/generator: http://rapidjson.org