Discover how to handle multiple audio streams seamlessly in your Qt applications. Our latest blog post delves into using Qt Multimedia to manage and mix audio without cutting off notification sounds: #QtDev #QtMultimedia #Audio
In the previous posts of this blog series, we have learned about relocation and trivial relocation. In this post, we look at trivial relocation from a "Standard C++" point of view and find out whether trivial relocation is allowed in Standard C++, and learn about the ongoing standardization efforts: #Cpp #CPlusPlus
🆕 Module 5 of 'Introduction to Qt Widgets' kicks off! Qt comes with a string class, as does C++ itself (namely std::string). But in contrast to C++'s string class, Qt's counterpart has lots of powerful utilities built in. Learn all about these in this episode: #QtDev #QtWidgets #Cpp