diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-26 14:55:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-26 14:55:47 +0100 |
| commit | 1c7f603012b9bb4ffdc744062d924fe55c2a9ca0 (patch) | |
| tree | 06e81f1b11be4b98279b1804c09d58961d30f064 /src/blog/2024-04-30-taming-cpp-motivation/taming-cpp-motivation.md | |
| parent | ede8e81a4738c864970c9d8d276bbf86e9055307 (diff) | |
| download | sebastiano.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.md | 4 |
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 | |||
| 3 | C++ is pretty much the standard language in the software industry for | 5 | C++ is pretty much the standard language in the software industry for |
| 4 | any project where performance matters. I have used it a fair bit in | 6 | any project where performance matters. I have used it a fair bit in |
| 5 | the past - during my [IOI](https://ioinformatics.org) time and for | 7 | the 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: | |||
| 173 | turning this into another blog series may be a good way to force myself | 175 | turning this into another blog series may be a good way to force myself |
| 174 | to do this regularly, but on the other hand it may not be interesting | 176 | to do this regularly, but on the other hand it may not be interesting |
| 175 | for my readers. We'll see! | 177 | for my readers. We'll see! |
| 178 | |||
| 179 | *Next in the series: [RAII](../2024-12-26-taming-cpp-raii)* | ||
