taming-cpp

Experiments with C++ and comparisons with C
git clone https://git.tronto.net/taming-cpp
Download | Log | Files | Refs | README

commit 873ae98050baf54a9a17ac54896de732134206af
parent 05b8b7d3239bc53955a8ec8e7d9991224c0fd917
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 26 Dec 2024 14:46:01 +0100

Linked post in README

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -23,4 +23,7 @@ non-standard way. ## raii +For the +[second post in the series](https://sebastiano.tronto.net/blog/2024-12-26-taming-cpp-raii/). + Various small examples on constructors, destructors and related things.