When I create a waitable timer with a callback, do I have to wait alertably on that specific timer before the callback will run?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
When I create a waitable timer with a callback, do I have to wait alertably on that specific timer before the callback will run?
Any alertable wait will do.
[Перевод] Алгоритмы диапазонов C++20 — сортировка, множества, обновления C++23 и прочее
Источник: Habr
Автор: honyaki
Источник: Habr
Автор: honyaki
Хабр
Алгоритмы диапазонов C++20 — сортировка, множества, обновления C++23 и прочее
Эта статья — третья и последняя в мини-серии об алгоритмах диапазонов. Мы рассмотрим некоторые алгоритмы сортировки, поиска и другие, а также познакомимся с готовящимися крутыми улучшениями этих...
What's New in Conan 2.0 C/C++ Package Manager - Diego Rodriguez-Losada - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
What's New in Conan 2.0 C/C++ Package Manager - Diego Rodriguez-Losada - CppCon 2022
https://cppcon.org/
---
What's New in Conan 2.0 C/C++ Package Manager - Diego Rodriguez-Losada - CppCon 2022
https://github.com/CppCon/CppCon2022
During the 4+ years since Conan 1.0 was released, we have continued to learn from the C++ ecosystem as we…
---
What's New in Conan 2.0 C/C++ Package Manager - Diego Rodriguez-Losada - CppCon 2022
https://github.com/CppCon/CppCon2022
During the 4+ years since Conan 1.0 was released, we have continued to learn from the C++ ecosystem as we…
It rather involved being on the other side of this airtight hatchway: Gaining code execution from a Trojan horse
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
It rather involved being on the other side of this airtight hatchway: Gaining code execution from a Trojan horse
You already have code execution, so it's not surprising that you can gain code execution.
Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - Roth Michaels - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - Roth Michaels - CppCon 2022
https://cppcon.org/
---
Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - Roth Michaels - CppCon 2022
https://github.com/CppCon/CppCon2022
Many C++ developers reach for std::rand() the first time they need a pseudo-random number.…
---
Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - Roth Michaels - CppCon 2022
https://github.com/CppCon/CppCon2022
Many C++ developers reach for std::rand() the first time they need a pseudo-random number.…