aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-26 14:55:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-26 14:55:47 +0100
commit1c7f603012b9bb4ffdc744062d924fe55c2a9ca0 (patch)
tree06e81f1b11be4b98279b1804c09d58961d30f064 /src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md
parentede8e81a4738c864970c9d8d276bbf86e9055307 (diff)
downloadsebastiano.tronto.net-1c7f603012b9bb4ffdc744062d924fe55c2a9ca0.tar.gz
sebastiano.tronto.net-1c7f603012b9bb4ffdc744062d924fe55c2a9ca0.zip
New blog post
Diffstat (limited to 'src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md')
-rw-r--r--src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md b/src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md
index 3aef0c7..3181eb0 100644
--- a/src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md
+++ b/src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md
@@ -1,5 +1,7 @@
1# Taming C++, episode 1: motivation 1# Taming C++, episode 1: motivation
2 2
3*This post is part of a [series](../../series)*
4
3C++ is pretty much the standard language in the software industry for 5C++ is pretty much the standard language in the software industry for
4any project where performance matters. I have used it a fair bit in 6any project where performance matters. I have used it a fair bit in
5the past - during my [IOI](https://ioinformatics.org) time and for 7the past - during my [IOI](https://ioinformatics.org) time and for
@@ -173,3 +175,5 @@ to continue studying it. I may or may not keep writing about this here:
173turning this into another blog series may be a good way to force myself 175turning this into another blog series may be a good way to force myself
174to do this regularly, but on the other hand it may not be interesting 176to do this regularly, but on the other hand it may not be interesting
175for my readers. We'll see! 177for my readers. We'll see!
178
179*Next in the series: [RAII](../2024-12-26-taming-cpp-raii)*

Generated with cgit - Back to sebastiano.tronto.net