Митап по С++ в Москве и онлайн: боли нового стандарта, висячие ссылки и дискуссия о собеседованиях
Источник: Habr
Автор:
Источник: Habr
Автор:
Хабр
Митап по С++ в Москве и онлайн: боли нового стандарта, висячие ссылки и дискуссия о собеседованиях
Привет, Хабр! 21 ноября собираемся в Москве и онлайн на бесплатном митапе по C++ . Обсудим новый стандарт С++ 23 с точки зрения практикующего программиста, узнаем, как избежать висячих ссылок...
Why does unsafe multithreaded use of an std::unordered_map crash more often than unsafe multithreaded use of a std::map?
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
Why does unsafe multithreaded use of an std::unordered_map crash more often than unsafe multithreaded use of a std::map?
It's all in the implementation details.
vcpkg 2023.10.19 Release: Export for Manifests, Documentation Improvements, and More…
Источник: C++ Team Blog
Источник: C++ Team Blog
Microsoft News
vcpkg 2023.10.19 Release: Export for Manifests, Documentation Improvements, and More…
The 2023.10.19 release of the vcpkg package manager is available. This blog post summarizes changes from August 10th, 2023 to October 19th, 2023 for the Microsoft/vcpkg, Microsoft/vcpkg-tool, and Microsoft/vcpkg-docs GitHub repos. Some stats for this period:…
On Writing Loops in Continuation-passing Style, Part 4 -- Raymond Chen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
How can I get information about media playing on the system, and optionally control their playback?
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
How can I get information about media playing on the system, and optionally control their playback?
Going to the global system media transport controls world.
Beware of Unsafe Conversions from size_t to int -- Giovanni Dicanio
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)