From 3bf2ede54fbf5dc6852b79f48f66c51900ea7d17 Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Tue, 20 Aug 2024 22:26:56 +0800 Subject: [PATCH] =?UTF-8?q?Add=20Modern=20C++=20Templates=20Tutorial=20and?= =?UTF-8?q?=20Modern=20C++=20ConCurrent=20Programming=20Tutorial=20by=20mq?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index bdda5607f..8cdb375be 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -341,9 +341,9 @@ * [Cmake 实践](https://web.archive.org/web/20170615174144/http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF) * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) -* [ZMQ 指南](https://github.com/anjuke/zguide-cn) -* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) * [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial) +* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) +* [ZMQ 指南](https://github.com/anjuke/zguide-cn) ### CoffeeScript