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.
Is Open Source Really Free? – A Guide to Total Cost of Ownership of Open-Source Software
Источник: Qt Blog
Источник: Qt Blog
www.qt.io
Guide to the Total Cost of Ownership of Open-Source Software
The use of open-source software (OSS) is not free. Using open source comes with obligations. This guide explains the Total Cost of Ownership of fixing bugs, maintaining and publishing OSS lists, and compliance checks.