🍌
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
C11 Threads in Visual Studio 2022 version 17.8 Preview 2
Источник:
C++ Team Blog
Microsoft News
C11 Threads in Visual Studio 2022 version 17.8 Preview 2
Back in Visual Studio 2022 version 17.5 Microsoft Visual C gained preliminary support for C11 atomics. We are happy to announce that support for the other major concurrency feature of C11, threads, is available in Visual Studio version 17.8 Preview 2.
🍌
C++ Feed
Why is kernel32.dll running in user mode and not kernel mode, like its name implies?
Источник:
The Old New Thing
Microsoft News
Why is kernel32.dll running in user mode and not kernel mode, like its name implies?
It's just a name, and it comes from the days before user-mode/kernel-mode separation.
🍌
C++ Feed
C++20 Dynamic Allocations at Compile-time -- Andreas Fertig
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
CppCon 2023 Finding Your Codebases C++ Roots -- Katherine Rocha
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Блеск и нищета std::format
Источник:
Habr
Автор:
Хабр
Блеск и нищета std::format
Сравнительно недавно в stdlib плюсов появилось форматирование строк «как в питоне», а точнее, как в библиотеке fmt . И я, как смелый и отчаянный, решил этим воспользоваться. Возможно, аксакалы и...
🍌
C++ Feed
GammaRay 3.0.0 is released
Источник:
KDAB Blogs – KDAB
KDAB
GammaRay 3.0.0 is released
This release includes support for Qt 6, capturing of HTTP response body in Network ops, object favoritizing and performance improvements.
🍌
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…