Lightning Talk: Reading Configuration Values When You Should Not Fail - Matthias Bilger - CppCon 21
Источник: CppCon
Источник: CppCon
YouTube
Lightning Talk: Reading Configuration Values When You Should Not Fail - Matthias Bilger - CppCon 21
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Lightning Talk: Reading Configuration Values When You Should Not Fail
Reading configuration values in Embedded Systems may be scary. You have to ensure they work. At the same time you want to be…
https://github.com/CppCon/CppCon2020
---
Lightning Talk: Reading Configuration Values When You Should Not Fail
Reading configuration values in Embedded Systems may be scary. You have to ensure they work. At the same time you want to be…
Lightning Talk: Simplify Vulcan APIs with Code Generation - Victor Bogado da Silva Lins - CppCon 21
Источник: CppCon
Источник: CppCon
YouTube
Lightning Talk: Simplify Vulkan APIs with Code Generation - Victor Bogado da Silva Lins - CppCon 21
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Lightning Talk: Simplify Vulkan APIs with Code Generation
The Vulkan C++ "hello world" is huge, but the whole API is specified using an XML file. Those specs can be used on code generation to generate…
https://github.com/CppCon/CppCon2021
---
Lightning Talk: Simplify Vulkan APIs with Code Generation
The Vulkan C++ "hello world" is huge, but the whole API is specified using an XML file. Those specs can be used on code generation to generate…
Lightning Talk: Quickly Estimating Powers-Of-Two in Your Head - Andreas Weis - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Lightning Talk: Quickly Estimating Powers-Of-Two in Your Head - Andreas Weis - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
A collection of handy tips how to quickly estimate the decimal value of larger powers of two (like 2^23 or 2^36) without the help of a calculator.
---
Andreas Weis
Andreas Weis has been writing…
https://github.com/CppCon/CppCon2020
---
A collection of handy tips how to quickly estimate the decimal value of larger powers of two (like 2^23 or 2^36) without the help of a calculator.
---
Andreas Weis
Andreas Weis has been writing…
Why does my overridable Windows Runtime method turn into a protected method, and how can I work around it?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Why does my overridable Windows Runtime method turn into a protected method, and how can I work around it?
Just an odd rule, but it's there for a reason.