C++ Weekly - Ep 313 - The `constexpr` Problem That Took Me 5 Years To Fix!
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 313 - The `constexpr` Problem That Took Me 5 Years To Fix!
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
Upcoming Workshops:
► C++ Best Practices Workshop, CppCon, Aurora, CO, USA, Sept 13-14, 2025: https://cppcon.org/class-2025-best-practices/
► C++ Best Practices Workshop, NDC TechTown, Kongsberg, NO, Sept 22-23…
Upcoming Workshops:
► C++ Best Practices Workshop, CppCon, Aurora, CO, USA, Sept 13-14, 2025: https://cppcon.org/class-2025-best-practices/
► C++ Best Practices Workshop, NDC TechTown, Kongsberg, NO, Sept 22-23…
Breaking Dependencies: Type Erasure - A Design Analysis - Klaus Iglberger - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Breaking Dependencies: Type Erasure - A Design Analysis - Klaus Iglberger - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
This session is part of the Software Design Track.
“If I could go back in time and had the power to change C++, rather than adding virtual function, I would add language support for type erasure…
https://github.com/CppCon/CppCon2021
---
This session is part of the Software Design Track.
“If I could go back in time and had the power to change C++, rather than adding virtual function, I would add language support for type erasure…
How does Windows decide what instructions to provide for unlocking the PC?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How does Windows decide what instructions to provide for unlocking the PC?
A customer reported that they had purchased a bunch of machines that purported to be identical, yet they showed different instructions on how to unlock the PC when the group policy is set that requires the secure attention sequence to log on.
Multi Threading Model in Paradox Games: Past, Present and Future - Mathieu Ropert - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Multi Threading Model in Paradox Games: Past, Present and Future - Mathieu Ropert - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Paradox grand strategy games are all about simulating history through various lenses (politics, economy, warfare, diplomacy, demographics...) in real time. Over the last 20 years, our games have…
https://github.com/CppCon/CppCon2021
---
Paradox grand strategy games are all about simulating history through various lenses (politics, economy, warfare, diplomacy, demographics...) in real time. Over the last 20 years, our games have…
How can I detect whether the system has a keyboard attached? On the GetRawInputDeviceList function
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I detect whether the system has a keyboard attached? On the GetRawInputDeviceList function
Last time, we saw that the instructions for unlocking the PC vary depending on whether a keyboard is attached. So how do you detect whether a keyboard is attached? The GetRawInputDeviceList function gives you the raw input devices that are registered…
QML Type Compilation: that new Qt Quick Compiler part you have not heard much about
Источник: Qt Blog
Источник: Qt Blog
www.qt.io
QML Type Compilation: that new Qt Quick Compiler part you have not heard much about
QML Type Compiler is a new tool under the Qt Quick Compiler umbrella that focuses on ahead-of-time type compilation from QML to C++.