From 7d24a4c2570f9a146f45c821c0c415decfa42abe Mon Sep 17 00:00:00 2001 From: DJ <44884520+Tickdack@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:02:21 +0800 Subject: [PATCH] =?UTF-8?q?refs=20=E6=B7=BB=E5=8A=A0=E7=8E=B0=E4=BB=A3C++?= =?UTF-8?q?=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C++部分添加modern C++资料 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b1b213..395233d 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ * [C语言全局变量那些事儿](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/c-globle-variable.md) * [如何实现一个malloc](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/malloc.md) * [在线编程和调试的网站](http://ideone.com/) +* [现代C++教程](https://changkun.de/modern-cpp/) ------------------------------------