🍌
C++ Feed
@cpp_aggregator
305
subscribers
218
photos
12.6K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
305 subscribers
🍌
C++ Feed
CppCon 2023 Building Effective Embedded Systems: Architectural Best Practices -- Gili Kamma
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Визуализация алгоритмов стандартной библиотеки C++ (продолжение)
Источник:
Habr
Автор:
Хабр
Визуализация алгоритмов стандартной библиотеки C++ (продолжение)
В стандартной библиотеке C++ много разных алгоритмов для работы с контейнерами. С помощью этих алгоритмов можно искать значения, сортировать последовательности, изменять их и делать многое другое....
🍌
C++ Feed
Qt Creator 11.0.3 released
Источник:
Qt Blog
🍌
C++ Feed
Промышленные контроллеры, Linux и только C++. Часть 2
Источник:
Habr
Автор:
Хабр
Промышленные контроллеры, Linux и только C++. Часть 2
Как я и говорил в прошлой части, тут мы попробуем сделать самый простой обмен при помощи MQTT. Что же из себя представляет MQTT? В первую очередь - это протокол обмена сообщениями. Данные сообщения...
🍌
C++ Feed
Qt 6.5.3 Released
Источник:
Qt Blog
www.qt.io
Qt 6.5.3 Released
Qt 6.5.3 release blog post
🍌
C++ Feed
Inside STL: The array -- Raymond Chen
Источник:
isocpp.org
(Standard C++)
👎
1
🍌
C++ Feed
MSVC ARM64 Optimizations in Visual Studio 2022 17.7
Источник:
C++ Team Blog
Microsoft News
MSVC ARM64 Optimizations in Visual Studio 2022 17.7
In Visual Studio 2022 version 17.6 we added a host of new ARM64 optimizations. In this 2nd edition of our blog, we will highlight some of the performance improvements to MSVC ARM64 compiler backend, we will discuss key optimizations in the Visual Studio 2022…
🍌
C++ Feed
cppfront: Autumn update
Источник:
Sutter’s Mill
Sutter’s Mill
cppfront: Autumn update
Since the 2022-12-31 year-end mini-update and the 2023-04-30 spring update, progress has continued on cppfront. (If you don’t know what this personal project is, please see the CppCo…
🍌
C++ Feed
C++/WinRT gotcha: get_strong() will produce a broken strong reference if destruction has already begun
Источник:
The Old New Thing
Microsoft News
C++/WinRT gotcha: get_strong() will produce a broken strong reference if destruction has already begun
A strong reference to nothing.
🍌
C++ Feed
Microsoft C++ Team at CppCon 2023
Источник:
C++ Team Blog
Microsoft News
Microsoft C++ Team at CppCon 2023
As always our team will be at CppCon this year with a host of presentations. Many of us will also be present at our team’s booth in the main hall for the first two days of the conference. Come say hi and let us know if you have any questions about our talks…
🍌
C++ Feed
CppCon 2023 C++20 Modules: The Packaging and Binary Redistribution Story -- Luis Caro Campos
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
CppCon 2023 Powered by AI: A Cambrian Explosion for C++ Software Development Tools -- Emery Berger
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
CppCon 2023 The Story on the Misuse of Exceptions and How to Do Better -- Peter Muldoon
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Template meta-programming: Avoiding saying a type before it is complete
Источник:
The Old New Thing
Microsoft News
Template meta-programming: Avoiding saying a type before it is complete
Deferring use until after the class is defined.
🍌
C++ Feed
Performance Tip of the Week #7: Optimizing for application productivity
Источник:
Abseil Blog & Tips
abseil.io
abseil / Performance Tip of the Week #7: Optimizing for application productivity
An open-source collection of core C++ library code
🍌
C++ Feed
CppCon 2023 A Fast, Compliant JSON Pull Parser for Writing Robust Applications -- Jonathan Müller
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Федя, дичь
Источник:
Habr
Автор:
Хабр
Федя, дичь
В мире программирования существует огромное количество багов, и если бы каждый баг стал бабочкой, то программеру в раю уже давно оставлена пара полян для развития навыков энтомолога. Несмотря на все...
🍌
C++ Feed
CppCon 2023 Back to Basics: Algorithms -- Klaus Iglberger
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Summary of reading: July - September 2023
Источник:
Eli Bendersky's website
🍌
C++ Feed
A neat technique for custom output iterators
Источник:
Arthur O’Dwyer
quuxplusone.github.io
A neat technique for custom output iterators
Here’s a neat tip — credit due to Hank Meng via his blog post
“Custom iterator”
(June 2023). (I’ve read all four of the posts currently available on
biowpn.github.io/bioweapon/; they’re
all good!)