C++20 Modules, CMake, And Shared Libraries April 4, 2024 by Craig Scott CMake 3.28 was the first version to officially support C++20 modules. Tutorials and examples understandably tend to focus on the… Read more »
Every year, JetBrains runs the Developer Ecosystem Survey to capture the landscape of the developer community, and this year’s results are finally in! One of the biggest trends of 2023… Read more »
Intro In C++23, we have three kinds of functions: They can be demonstrated as follows: Let’s take it to the next level. How do the three kinds of functions interact… Read more »
The time has come, fellow devs. We are on our way to uncover the newest concept of C++ language – Coroutines. They are already used by several programming languages, like… Read more »
Last time we touched upon object lifetime and today we wrap up the basics with a bit of a spicy topic of object ownership. We covered the lifetime quirks, and we… Read more »
Last time we discussed Value Semantics. However, I missed one topic that is super important for a better understanding of basic building blocks of C++. Today, we are going to talk… Read more »
C++ is an old language. Many aspects of our programming styles have become habits that we do not think about too much today. In this blog, I’m going to address… Read more »
The July 2023 update of the TIOBE index, which measures the popularity of programming languages, reports that the C++ language is experiencing a resurgence in popularity. Currently, C++ ranks just… Read more »