🍌
C++ Feed
@cpp_aggregator
304
subscribers
218
photos
12.6K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
304 subscribers
🍌
C++ Feed
Как мы анализируем потребление памяти нативными приложениями
Источник:
Habr
Автор:
Хабр
Как мы анализируем потребление памяти нативными приложениями (C++, Windows, Linux)
Технологическая платформа 1С:Предприятие – это большой программный продукт (только на С++ - более 10 миллионов строк кода, а есть ещё Java и JavaScript). Подробнее про устройство платформы можно...
🍌
C++ Feed
Making Gaussian Splats more smaller
Источник:
Aras' website
🍌
C++ Feed
The dangers of releasing the last strong reference from within its own callback
Источник:
The Old New Thing
Microsoft News
The dangers of releasing the last strong reference from within its own callback
Deadlocking with yourself.
🍌
C++ Feed
[Перевод] Шпаргалка по модели памяти С++11
Источник:
Habr
Автор:
Хабр
Шпаргалка по модели памяти С++11
Модель памяти представляет из себя спецификацию допустимого поведения многопоточных программ, работающих с разделяемой памятью (shared memory) [ 1 ]. Наиболее примитивной моделью является...
🍌
C++ Feed
CLion 2023.3 EAP2: Support for Device Tree Files and Meson
Источник:
CLion Blog
The JetBrains Blog
CLion 2023.3 EAP2: Support for Device Tree Files and Meson | The CLion Blog
The CLion 2023.3 Early Access Program has just started, featuring assembly view for files, enhanced C++ data flow analysis, and other updates. The CLion 2023.3 EAP2 build is ready for you to try! Wit
🍌
C++ Feed
Meeting C++ 2023 - the last online conference?
Источник:
isocpp.org
(Standard C++)
🍌
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