From 4c98ce3043ce8589092a7d8d6c70c7f5dcc5c35b Mon Sep 17 00:00:00 2001 From: kohei <13173186+rjhcnf@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:32:09 +0200 Subject: [PATCH 1/2] Added a free learning source. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77b7cde..1bbcad7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ C++ design, advanced concepts and best practices [C++ Tips of the Week from Abseil](https://abseil.io/tips/) [Bartek's coding blog](https://www.bfilipek.com/p/start-here.html) [cppbestpractices](https://github.com/lefticus/cppbestpractices) -[Awesome C++](https://github.com/fffaraz/awesome-cpp) +[Awesome C++](https://github.com/fffaraz/awesome-cpp) +[CppExpert](https://www.cppexpert.online/) ## Presentations #### Design From f77e4423278cd5edaeaff85f3c3bcedd18ef340c Mon Sep 17 00:00:00 2001 From: kohei <13173186+rjhcnf@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:33:00 +0200 Subject: [PATCH 2/2] Added a new line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bbcad7..a707cb8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ C++ design, advanced concepts and best practices [C++ Tips of the Week from Abseil](https://abseil.io/tips/) [Bartek's coding blog](https://www.bfilipek.com/p/start-here.html) [cppbestpractices](https://github.com/lefticus/cppbestpractices) -[Awesome C++](https://github.com/fffaraz/awesome-cpp) +[Awesome C++](https://github.com/fffaraz/awesome-cpp) [CppExpert](https://www.cppexpert.online/) ## Presentations