summaryrefslogtreecommitdiff
path: root/content/links.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-09 22:46:05 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-09 22:46:05 +0200
commitcbb0d68c34700c23ab9c213398261935c74d1a45 (patch)
tree02e5e84f63cd818ddff970a7ed6cc799b984fd1a /content/links.md
parent1de65add8bd0d0cb2ae83903abae2bea81b819c4 (diff)
more links
Diffstat (limited to 'content/links.md')
-rw-r--r--content/links.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/content/links.md b/content/links.md
index 1958700..327808a 100644
--- a/content/links.md
+++ b/content/links.md
@@ -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