CppCon 2025 Why Every C++ Game Developer Should Learn SDL 3 Now -- Mike Shah
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Георгий Панюшкин, Ольга Кузьмичева — Лицензии ПО: теория, которая спасает от финансовых катастроф
Источник: C++ User Group
Источник: C++ User Group
YouTube
Георгий Панюшкин, Ольга Кузьмичева — Лицензии ПО: теория, которая спасает от финансовых катастроф
Подробнее о конференции C++ Russia: https://jrg.su/9Sszhd
— —
Скачать презентацию с сайта C++ Russia — https://jrg.su/eQ8fPr
В современном мире программного обеспечения лицензии играют ключевую роль. Незнание их особенностей может привести к серьезным финансовым…
— —
Скачать презентацию с сайта C++ Russia — https://jrg.su/eQ8fPr
В современном мире программного обеспечения лицензии играют ключевую роль. Незнание их особенностей может привести к серьезным финансовым…
Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another
Источник: CppCon
Источник: CppCon
YouTube
Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another
https://cppcon.org/
---
Lightning Talk: Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another - Stefan Ivanov - CppCon 2025
What’s the optimal path through a conference if you want to use the bathroom, grab coffee, socialize…
---
Lightning Talk: Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another - Stefan Ivanov - CppCon 2025
What’s the optimal path through a conference if you want to use the bathroom, grab coffee, socialize…
CppCon 2025 How C++ Finally Beats Rust at JSON Serialization -- Lemire & Thiesen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Как приложения скрывают окна от захвата экрана: SetWindowDisplayAffinity, ScreenCaptureKit и что сломалось в macOS 15
Источник: Habr
Автор: billiedark
Источник: Habr
Автор: billiedark
Хабр
Как приложения скрывают окна от захвата экрана: SetWindowDisplayAffinity, ScreenCaptureKit и что сломалось в macOS 15
Если сделать скриншот Netflix или окна воспроизведения в Spotify, на месте видео окажется чёрный прямоугольник. То же произойдёт при демонстрации экрана в Zoom, в записи через OBS и даже в Snipping...
San Diego C++ Meetup #85 – April 2026 Edition: Vector Pitfalls and Memory Management
Источник: Vorbrodt's C++ Blog
Источник: Vorbrodt's C++ Blog
Vorbrodt's C++ Blog
San Diego C++ Meetup #85 – April 2026 Edition: Vector Pitfalls and Memory Management
Another fantastic month, another great San Diego C++ Meetup! On April 14th, 2026, we hosted our 85th session. We had an incredibly insightful meetup packed with brain-teasing code snippets, a serio…
My BeCPP talk video posted: “C++ — Growing in a world of competition, safety, and AI”
Источник: Sutter’s Mill
Источник: Sutter’s Mill
Sutter’s Mill
My BeCPP talk video posted: “C++ — Growing in a world of competition, safety, and AI”
BeCPP just posted this video of my talk at their March 30 Symposium. This is the first time I’ve given this material on camera — it’s extension of themes in my New Year’s Ev…
Sea of Thieves - Keeping Games Up to Standard - Keith Stockdale - CppCast 406 / C++Weekly 529
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
Sea of Thieves - Keeping Games Up to Standard - Keith Stockdale - CppCast 406 / C++Weekly 529
In this episode Jason and Mathieu are joined by Keith Stockdale to discuss compiler warings, warnings as errors, and the process of conforming your C++ code to stricter standards.
Keith is a Northern Irish senior software engineer who has been working on…
Keith is a Northern Irish senior software engineer who has been working on…
How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?
You still have to use aligned accesses, even though the pixels might not be aligned.