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 »