🍌
C++ Feed
@cpp_aggregator
306
subscribers
218
photos
12.7K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
306 subscribers
🍌
C++ Feed
VxWorks for Qt 5.15.10 Released
Источник:
Qt Blog
www.qt.io
VxWorks for Qt 5.15.10 Released
VxWorks for Qt 5.15.10 release blog post
👍
👎
🍌
C++ Feed
[Перевод] Пользовательские типы и std::format в C++20
Источник:
Habr
Автор:
MaxRokatansky
Хабр
Пользовательские типы и std::format в C++20
std::format — очень полезное (и серьезное) нововведение C++20, позволяющее нам форматировать текст в строки удобным и эффективным образом. Оно привносит в язык форматирование в стиле Python в...
👍
👎
🍌
C++ Feed
MFC В 2022
Источник:
Habr
Автор:
ForserX
Хабр
MFC В 2022
Зачем и почему Как бы мне не хотелось ответить на этот вопрос... Но ответа я не знаю. На рабочем проекте была задача написать редактор на MFC. Да, да... На MFC. Для тех, кто не знает, MFC -...
👍
👎
🍌
C++ Feed
It rather involved being on the other side of this airtight hatchway: Replacing a service binary
Источник:
The Old New Thing
The Old New Thing
It rather involved being on the other side of this airtight hatchway: Replacing a service binary
Looking for misconfigured services.
👍
👎
🍌
C++ Feed
Ускоряем разработку: автоматический перевод C++ в Swift. Часть II
Источник:
Habr
Автор:
aapv
Хабр
Ускоряем разработку: автоматический перевод C++ в Swift. Часть II
В первой статье рассказали, почему нам потребовалась автоматическая кодогенерация свифтового интерфейса для C++ в Mobile SDK. Описали инструменты, которые есть в нашем распоряжении, и сделали вывод:...
👍
👎
🍌
C++ Feed
Choosing a CPU
Источник:
KDAB Blogs – KDAB
KDAB
Choosing a CPU
When building an embedded systems product, among your earliest decisions is the choice of hardware. More specifically, on what CPU should you base your design? Today’s system-on-chip processors have a huge array of resources to contribute to your solution:…
👍
👎
🍌
C++ Feed
https://https://https://@https://https://?https://#https://
Источник:
daniel.haxx.se
daniel.haxx.se
https://https://https://@https://https://?https://#https://
The other day I sent out this tweet As it took off, got an amazing attention and I received many different comments and replies, I felt a need to elaborate a little. To add some meat to this. Is this string really a legitimate URL? What is a URL? How is it…
👍
👎
🍌
C++ Feed
Pure Virtual Cast // Евгений Ерохин // 08.09.2022 #cpp
Источник:
C++ User Group
YouTube
Pure Virtual Cast // Евгений Ерохин // 08.09.2022 #cpp
Гость сегодня - Евгений Ерохин
Поговорим про низкоуровневую разработку
👍
👎
🍌
C++ Feed
How do I consume raw COM interfaces from a Windows Runtime metadata file?
Источник:
The Old New Thing
The Old New Thing
How do I consume raw COM interfaces from a Windows Runtime metadata file?
There's a handy tool for generating raw COM interfaces.
👍
👎
🍌
C++ Feed
Pure Virtual Cast // Евгений Ерохин // 08.09.2022 #cpp
Источник:
C++ User Group
YouTube
Pure Virtual Cast // Евгений Ерохин // 08.09.2022 #cpp
Ближайшая конференция: С++ Russia 2023, 11–12 мая (Online), 23–24 мая (Offline)
Подробности и билеты: https://bit.ly/3Fd9qlf
Гость подкаста — Евгений Ерохин. Поговорили про низкоуровневую разработку.
Подкаст Pure Virtual Cast также доступен на других площадках:…
👍
👎
🍌
C++ Feed
Корутины C++20 и многозадачность на примере контроллеров stm32
Источник:
Habr
Автор:
DSarovsky
Хабр
Корутины C++20 и многозадачность на примере контроллеров stm32
Никого не хотел обидеть КДПВ (в первую очередь @Saalur ), действительно далеко не с первого раза становится понятно. Введение Одним из наиболее ярких нововведений, которые получил язык в стандарте...
👍
2
👎
🍌
C++ Feed
Stop Training, Start Mentoring
Источник:
Modernes C++ -
ModernesCpp.com
Modernescpp
Stop Training, Start Mentoring - ModernesCpp.com
👍
👎
1
🍌
C++ Feed
Item Views in Qt Quick
Источник:
Qt Blog
www.qt.io
Item Views in Qt Quick
Blog, Qt, QML, Controls, TableView, TreeView, HeaderView, DelegateChooser
👍
👎
🍌
C++ Feed
The case of the APC that never arrives
Источник:
The Old New Thing
The Old New Thing
The case of the APC that never arrives
Or maybe it did?
👍
👎
🍌
C++ Feed
Cache pollution? Запасайтесь тестами
Источник:
Habr
Автор:
dalerank
Хабр
Cache pollution? Запасайтесь тестами
Всем ведь приходилось заниматься улучшением производительности? Для игр особенно актуально, ну может какая-то три-в-ряд не страдает этим. Как обычно серебряной пули нет, начинаем со структур данных,...
👍
👎
🍌
C++ Feed
convert a curl cmdline to libcurl source code
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
Qt WebAssembly Q&A, Part 1
Источник:
Qt Blog
www.qt.io
Qt WebAssembly Q&A, Part 1
Want to find out more about WebAssembly? Our Senior Product Manager answers 11 questions sent to us by our dev community.
👍
👎
🍌
C++ Feed
Integer Conversions and Safe Comparisons in C++20
Источник:
C++ Stories
C++ Stories
Integer Conversions and Safe Comparisons in C++20
Sometimes, If you mix different integer types in an expression, you might end up with tricky cases. For example, comparing long with size_t might give different results than long with unsigned short. C++20 brings some help, and there’s no need to learn all…
👍
👎
🍌
C++ Feed
Qt 6.3.2 Released
Источник:
Qt Blog
www.qt.io
Qt 6.3.2 Released
Qt 6.3.2 Release Blog post
👍
1
👎
🍌
C++ Feed
Security advisory: zlib in Qt
Источник:
Qt Blog
www.qt.io
Security advisory: zlib in Qt
Security advisory zlib Qt 5.15 6
👍
👎
🍌
C++ Feed
Ladybird: A new cross-platform browser project
Источник:
Andreas Kling
awesomekling.github.io
Ladybird: A new cross-platform browser project
This post describes the Ladybird browser, based on the LibWeb and LibJS engines from SerenityOS.
👍
👎