diff options
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)* | ||
