🍌
C++ Feed
@cpp_aggregator
302
subscribers
218
photos
12.5K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
302 subscribers
🍌
C++ Feed
Cloning a Windows Runtime vector in the face of possible concurrent modification, denial of service?
Источник:
The Old New Thing
Microsoft News
Cloning a Windows Runtime vector in the face of possible concurrent modification, denial of service?
Can you get sent into an infinite loop?
🍌
C++ Feed
C++ Weekly - Ep 385 - The Important Parts of C++20
Источник:
Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 385 - The Important Parts of C++20 In Less Than 8 Minutes!
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
Upcoming Workshops:
► C++ Best Practices Workshop, C++ On Sea, Folkestone, UK, June 26-27, 2025: https://cpponsea.uk/2025/session/cpp-best-practices
Discussion: https://github.com/lefticus/cpp_weekly/issues/20…
🍌
C++ Feed
Putting Updates of Chromium in Qt WebEngine on a Timeline
Источник:
Qt Blog
www.qt.io
Putting Updates of Chromium in Qt WebEngine on a Timeline
How frequently is Chromium updated in the Qt WebEngine? Well, possibly more often than you would think. Learn more here!
🍌
C++ Feed
CppCon 2022 Modernizing SFML in Cpp -- Chris Thrasher
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Изучаем Kirigami от KDE: примеры разработки приложений
Источник:
Habr
Автор:
FirstJohn
Хабр
Изучаем Kirigami от KDE: примеры разработки приложений
Для создания пользовательского интерфейса приложений придумано множество инструментов. Фреймворк Kirigami – как раз один из таких. Хотя он не отличается какой-то особой оригинальностью, Kirigami...
🍌
C++ Feed
[sobjectizer] Несколько слов о релизе версии 5.8.0
Источник:
Habr
Автор:
eao197
Хабр
[sobjectizer] Несколько слов о релизе версии 5.8.0
SObjectizer — это относительно небольшой C++17 фреймворк, который позволяет использовать в С++ программах такие подходы, как Actor Model, Publish-Subscribe и Communicating Sequential Processes (CSP),...
🍌
C++ Feed
Security advisory: QXmlStreamReader
Источник:
Qt Blog
www.qt.io
Security advisory: QXmlStreamReader
Qt Security advisory
🍌
C++ Feed
How to clone a Windows Runtime vector in the face of possible concurrent modification, part 4
Источник:
The Old New Thing
Microsoft News
How to clone a Windows Runtime vector in the face of possible concurrent modification, part 4
Translating to C++/CX and dealing with some quirks of that language.
🍌
C++ Feed
CppNorth Day 1
Источник:
Kate Gregory's Blog - C++
🍌
C++ Feed
Finite State Machine with std::variant -- Bartlomiej Filipek
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
curl 8.2.0
Источник:
daniel.haxx.se
🍌
C++ Feed
CppNorth Day 2
Источник:
Kate Gregory's Blog - C++
🍌
C++ Feed
[Перевод] Безопасность типов и ресурсов в современном C++
Источник:
Habr
Автор:
Explorus
Хабр
Безопасность типов и ресурсов в современном C++
1. Введение Полная безопасность типов и ресурсов была идеалом (целью) C++ с самого начала (1979) и достижима благодаря осмысленной технике программирования, использующей правила кодирования и...
🍌
C++ Feed
How to clone a Windows Runtime map in the face of possible concurrent modification, part 1
Источник:
The Old New Thing
Microsoft News
How to clone a Windows Runtime map in the face of possible concurrent modification, part 1
Applying what we learned about vectors.
🍌
C++ Feed
Qt 6.5.2 Released
Источник:
Qt Blog
www.qt.io
Qt 6.5.2 Released
🍌
C++ Feed
CppCon 2022 The Most Important Optimizations to Apply in Your C++ Programs -- Jan Bielak
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
One Day left: Early Bird Price for my Mentoring Program "C++20: Get the Details"
Источник:
Modernes C++ -
ModernesCpp.com
Modernescpp
One Day left: Early Bird Price for my Mentoring Program "C++20: Get the Details" - ModernesCpp.com
🍌
C++ Feed
Reverse Engineering Android Apps
Источник:
KDAB Blogs – KDAB
KDAB
Reverse Engineering Android Apps | KDAB
What to do when an app doesn't exist any more? Here's an introduction to what tools could be used to decompile Android apps.
🍌
C++ Feed
Монотонная кубическая интерполяция
Источник:
Habr
Автор:
aok-buran
Хабр
Монотонная кубическая интерполяция
Привет, Хабр! В данной статье разобран алгоритм монотонной кубической интерполяции, предложенный Фритчем и Карлосоном в работе [1]. На рисунке красным обозначен результат обычной кубической...
🍌
C++ Feed
Qt Creator 11 released
Источник:
Qt Blog
🍌
C++ Feed
How to clone a Windows Runtime map in the face of possible concurrent modification, part 2
Источник:
The Old New Thing
Microsoft News
How to clone a Windows Runtime map in the face of possible concurrent modification, part 2
Applying what we learned about vectors.