From fccbe484d28b80b84c93c3b1a4aff4c5c5481b42 Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Tue, 20 Aug 2024 22:33:06 +0800 Subject: [PATCH] =?UTF-8?q?Add=20books=20by=20mq=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index afd317aa1..f2355e6fb 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -343,8 +343,6 @@ * [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/) -* [现代 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)