From 32a9d3454d83c56e3d9e73cd5f2cf5a29125898a Mon Sep 17 00:00:00 2001 From: Daniel Onyesoh Date: Sun, 5 Oct 2025 09:32:04 +0100 Subject: [PATCH 1/2] fixed wrong file count in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c066e1c..afd0110 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ executable, located in `./build`. The same holds for every file in the source directory. ## Files -There are fifteen files in the `src/` directory, each which cover different +There are eighteen files in the `src/` directory, each which cover different concepts. They are meant to be read in the order below, since each file builds up on the previous one. However, if you know some modern C++ concepts and are looking to refresh your knowledge, it is probably okay to start by From e925b960657fcf37fb29be73254cd2f53c844108 Mon Sep 17 00:00:00 2001 From: Daniel Onyesoh Date: Sun, 5 Oct 2025 09:34:53 +0100 Subject: [PATCH 2/2] include `src/spring2024/s24_my_ptr.cpp` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afd0110..1852567 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ executable, located in `./build`. The same holds for every file in the source directory. ## Files -There are eighteen files in the `src/` directory, each which cover different +There are nineteen files in the `src/` directory, each which cover different concepts. They are meant to be read in the order below, since each file builds up on the previous one. However, if you know some modern C++ concepts and are looking to refresh your knowledge, it is probably okay to start by