Как я пытался внедрить IOCP в libcoro, выгорел на полгода, но вернулся с планом «Б»
Источник: Habr
Автор: PyXiion
Источник: Habr
Автор: PyXiion
Хабр
Как я пытался внедрить IOCP в libcoro, выгорел на полгода, но вернулся с планом «Б»
Всё началось с того, что я захотел добавить поддержку сети в свой очередной новоиспечённый игровой движок №42. Вот есть такая мания: писать игровой движок, не сделать ни одной игры, но начать делать...
Parallel Range Algorithms: The Evolution of Parallelism in C++ - Ruslan Arutyunyan - CppCon 2025
Источник: CppCon
Источник: CppCon
YouTube
Parallel Range Algorithms: The Evolution of Parallelism in C++ - Ruslan Arutyunyan - CppCon 2025
https://cppcon.org
---
Parallel Range Algorithms: The Evolution of Parallelism in C++ - Ruslan Arutyunyan - CppCon 2025
---
A talk will be given by one of the authors of the C++ proposal that aims to introduce Parallel Range Algorithms, bringing together…
---
Parallel Range Algorithms: The Evolution of Parallelism in C++ - Ruslan Arutyunyan - CppCon 2025
---
A talk will be given by one of the authors of the C++ proposal that aims to introduce Parallel Range Algorithms, bringing together…
How can I prevent the user from changing the widths of ListView columns in version 5 of the common controls?, part 2
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
How can I prevent the user from changing the widths of ListView columns in version 5 of the common controls?, part 2
Preventing the resize cursor from appearing.
Игра Сапёр на Unreal Engine > UMG > только C++ > Никаких Блупринтов
Источник: Habr
Автор: TheSkull
Источник: Habr
Автор: TheSkull
Хабр
Игра Сапёр на Unreal Engine > UMG > только C++ > Никаких Блупринтов
Каюсь, AI было использовано для картинки Захотелось мне как-то написать что-нибудь на UMG в Unreal Engine 5 и исключительно на С++ ( без использования блупринтов ). Заодно было любопытно краем глаза...
Инвертирование равенства. Как реже стрелять себе в ногу в C-подобных языках
Источник: Habr
Автор: ZiNTeR
Источник: Habr
Автор: ZiNTeR
Хабр
Инвертирование равенства. Как реже стрелять себе в ногу в C-подобных языках
Встав утром и посмотрев в профиль, отметил: на Хабре много лет, писал статьи, писал код. И ни разу не писал о коде на Хабре. А вообще-то разработчик. Поззорище! Пора исправляться. Поговорим о...
❤1🤡1
A Case-study in Rewriting a Legacy Gui Library for Real-time Audio Software in Modern C++ (Reprise)
Источник: CppCon
Источник: CppCon
YouTube
A Case-study in Rewriting a Legacy Gui Library for Real-time Audio Software in Modern C++ (Reprise)
https://cppcon.org
---
A Case-study in Rewriting a Legacy Gui Library for Real-time Audio Software in Modern C++ (Reprise) - Roth Michaels - CppCon 2025
---
A case-study in the design and development of [company name redacted] GUI library, for real-time…
---
A Case-study in Rewriting a Legacy Gui Library for Real-time Audio Software in Modern C++ (Reprise) - Roth Michaels - CppCon 2025
---
A case-study in the design and development of [company name redacted] GUI library, for real-time…
Back to Basics: Master the static inline, const, and constexpr C++ Keywords - Andreas Fertig
Источник: CppCon
Источник: CppCon
YouTube
Back to Basics: Master the static, inline, const, and constexpr C++ Keywords - Andreas Fertig
https://cppcon.org
---
Back to Basics: Master the static inline, const, and constexpr C++ Keywords - Andreas Fertig - CppCon 2025
---
C++ comes with a whole toolbox of keywords you can apply to types and functions. You think it's straightforward? My experience…
---
Back to Basics: Master the static inline, const, and constexpr C++ Keywords - Andreas Fertig - CppCon 2025
---
C++ comes with a whole toolbox of keywords you can apply to types and functions. You think it's straightforward? My experience…
Используем паттерны C++ в ML: пишем тензор с factory, выделяем память и управляем динамическими типами
Источник: Habr
Автор: Mik42 (YADRO)
Источник: Habr
Автор: Mik42 (YADRO)
Хабр
Используем паттерны C++ в ML: пишем тензор с factory, выделяем память и управляем динамическими типами
Привет, Хабр! Я Кирилл Колодяжный, разработчик систем хранения данных в YADRO, ML-энтузиаст и автор книги "Hands-on Machine Learning with C++". В своих материалах я развеиваю миф о том, что машинное...
❤1