diff options
Diffstat (limited to 'src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md')
| -rw-r--r-- | src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md b/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md index 88744bb..f35596f 100644 --- a/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md +++ b/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md | |||
| @@ -278,3 +278,5 @@ other object-oriented languages like Java or C#. C++ gives you a lot | |||
| 278 | of control over the low-level details, and some powerful tools to make | 278 | of control over the low-level details, and some powerful tools to make |
| 279 | use of it, in exchange for a lot of complexity that you must, at the | 279 | use of it, in exchange for a lot of complexity that you must, at the |
| 280 | very least, be aware of. | 280 | very least, be aware of. |
| 281 | |||
| 282 | *Next in the series: [RAII](../2025-01-21-taming-cpp-templates)* | ||
