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 »
As you may know, Qt is droping it’s build system (Qbs) in favour of CMake. This is starting from Qt 6 (released a few weeks back). Obviusly,aside CMake, the old… Read more »
This version is a patch release. It contains +200 bug fixes Link to the release notes: https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/6.0.1/release-note.txt Blog post: https://www.qt.io/blog/qt-6.0.1-released
Interestedd in porting you app from Qt5 to the new released Qt6? Here are two interesting links: https://doc.qt.io/qt-6/portingguide.html https://doc.qt.io/qt-6/gettingstarted.html#platform-requirements You’ll find an article discribing a real use-case. Hope it helps… Read more »
Published at: https://www.dasca.org/world-of-big-data/article/top-7-big-data-trends-to-dominate-2021 Publication date: January 29, 2021 “The best-laid plans of mice and men often go amiss” – a saying by poet Robert Burns. In January 2020, most businesses… Read more »
Last version of the Qt’s online installer is out. Here’s the link to the blog-post for more information: http://Qt Online Installer 4.0.1-1 Released
Published at: https://www.forbes.com/sites/forbes-personal-shopper/2021/01/25/the-best-salad-spinners-2021/? Author: Simon Chandler Publication date: January, 26 2021 Artificial intelligence is the result of coding, and now coding is the result of artificial intelligence. Yes, AI has… 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 »
Published at: https://blog.exxactcorp.com/top-5-artificial-intelligence-trends-for-2021/ Publication date: January 15, 2021 What is Artificial Intelligence (AI)? There are many sources which give similar answers to the question, “What is AI?”. By the 1950’s,… Read more »