MONTH: June 2024
C++ Insights
C++ Insights Episode 51: The magic of C++20s std::source_location
I published a new C++ insights episode: The magic of C++20s std::source_location. [...]
C++
Calling a C++ member function with a null object
In today's post, I'll show you what happens if you call a member function on a null object. [...]