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 »
Published at: https://www.fluentcpp.com/2021/06/23/grasp-9-must-know-design-principles-for-code/ Author: Jonathan Boccara Publication date: June 23, 2021 In order to write code that is understandable, maintainable and that stands the test of time, one of the… Read more »
Original blog post: https://www.qt.io/blog/qt-creator-4.15-whats-new-in-c-support-0 Search result filtering Since Qt Creator 4.14, the results of the “Find References to Symbol” action are colored differently depending on whether the respective reference is a read or a… Read more »
Link to the blog post for more details and complete description: https://www.qt.io/blog/qt-creator-4.15-released
Qt Creator 4.15 comes with a bunch of features and bug fixes for the CMake Project Manager. Below, you have a list of what’s new and a few tips and… Read more »
Published at: https://quuxplusone.github.io/blog/2021/03/03/push-back-emplace-back/ Author: Arthur O’Dwyer Publication date: March 3, 2021 In one of my recent training courses, a student informed me that both clang-tidy and PVS-Studio were complaining about… Read more »
Overload journal of February 2021 is out. Here’s the link to the journal (PDF and HTML formats are available): Overload 161 is now available And here are a few topics:… Read more »
Published at: https://devblogs.microsoft.com/cppblog/improved-openmp-support-for-cpp-in-visual-studio/ Author: Bran Hagger Publication date: February 9, 2021 As devices with multiple cores and processors became ubiquitous, programming languages adapted to provide developers with control over how… Read more »
Here is an interesting article showing how you can use modern C++ features (C++17 and C++20) for automating the call of functions shared by base classes. Tested on Compiler Explorer… Read more »
Published at: https://devblogs.microsoft.com/cppblog/msvc-backend-updates-in-visual-studio-2019-version-16-9-preview-3/ Author: Helena Gregg Publication date: January 21st, 2021 In Visual Studio 2019 version 16.9 Preview 3 we have continued to improve the C++ backend with new features, new and improved optimizations,… Read more »