From 05b8b7d3239bc53955a8ec8e7d9991224c0fd917 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 26 Dec 2024 12:19:10 +0100 Subject: Added RAII --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 17b7043..3404c3e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Experiments with C++ and comparisons with C. ## sort-benchmark +For the +[first post in the series](https://sebastiano.tronto.net/blog/2024-04-30-taming-cpp-motivation/). + Inspired by [Bert's post](https://berthub.eu/articles/posts/c++-1). Sorting an array of integers is a simple task, so C and C++ should perform @@ -17,3 +20,7 @@ C++ time for 100000000 numbers (parallel): 0.495435s A similar benchmark is provided for sorting an arrays of pairs in a non-standard way. + +## raii + +Various small examples on constructors, destructors and related things. -- cgit v1.3