taming-cpp

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

commit 139b674b0c746a2b137f20112b067d6fcc993f0d
parent 97c94018402c95f2ed1f59645f4b1cbdd255b978
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 21 Jan 2025 08:04:08 +0100

Updated readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -31,7 +31,7 @@ Various small examples on constructors, destructors and related things. ## Templates For the -[third post](https://sebastiano.tronto.net/blog/2025-01-TODO) +[third post](https://sebastiano.tronto.net/blog/2025-01-21-taming-cpp-templates) Various examples on templates, constraints and concepts.