diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-01-21 09:14:58 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-01-21 09:14:58 +0100 |
| commit | 7c168659d729f21755ce71f99230051491b62244 (patch) | |
| tree | 54b3a3bfae35659069da04fb247a24f7daa08b78 /src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md | |
| parent | d80e9d3a1d93ff12b84d1c0ff98d96a3974731a0 (diff) | |
| download | sebastiano.tronto.net-7c168659d729f21755ce71f99230051491b62244.tar.gz sebastiano.tronto.net-7c168659d729f21755ce71f99230051491b62244.zip | |
New blog post
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)* | ||
