Tag: 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 »
Qt 6.4.2 Released
Link: qt.io/blog/qt-6.4.2-released Publication date: January 5th, 2023 Author: Jani Heikkinen I am happy to announce that we have released Qt 6.4.2 today. As a patch release, Qt 6.4.2 does not… Read more »
Qt 6.5 Beta Released
Qt 6.5 Beta is out. Here’s the officila blog post for details. Link: https://www.qt.io/blog/qt-6.5-beta-released Publication date: December 22nd, 2022 Author: Jani Heikkinen We have released Qt 6.5 Beta today. As… Read more »
Qt 6.4.1 Released
Link: qt.io/blog/qt-6.4.1-released Publication date:November 15, 2022 Author: Jani Heikkinen As a patch release, Qt 6.4.1 does not introduce any new features but contains more than 350 bug fixes, security updates,… Read more »
Qt 6.4 Released
Link: qt.io/blog/qt-6.4-released Author: Volker Hilsheimer Publication date: September 29, 2022 Today we have released Qt 6.4! The latest version of Qt introduces support for a new platform, brings lots of… Read more »
CMake 3.23.0 has been released
A new version of the open source build system is available. Here’s the link for download: https://www.kitware.com/cmake-3-23-0-is-available-for-download
Visual Studio 2022 17.1 is now available!
Link: https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-1-is-now-available/ Publication date: Tueasday, February 15th, 2022 Author: Dominic Nahous, Senior Lead Program Manager, Visual Studio Today, Visual Studio 2022 17.1 graduates from preview and reaches general availability. Feedback… Read more »