Category: C++
Object Ownership
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 »
Object Lifetime
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 »
Value Semantics
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 »
Is the C++ language experiencing a resurgence in popularity? It is currently rising to the third position in the TIOBE index and could soon overtake C to claim the second position
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 »