🍌
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
What it means when you convert between different shared_ptrs -- Raymond Chen
Источник:
isocpp.org
(Standard C++)
👎
1
🍌
C++ Feed
Qt Creator 12 - CMake Update
Источник:
Qt Blog
www.qt.io
Qt Creator 12 - CMake Update
Qt Creator 12 CMake new features: debugger, profiler, revamped navigation / code completion, hover help, snippets.
🍌
C++ Feed
PSA: QPointer has a terrible name
Источник:
KDAB Blogs – KDAB
KDAB
PSA: QPointer has a terrible name
What does the Qt utility class QPointer do? When should you use it? And why does it have such a misleading name?
🍌
C++ Feed
SObjectizer Tales – 1. Producing Images
Источник:
Growing up
Growing up
SObjectizer Tales – 1. Producing Images
In this installment, we are going to open the webcam, produce images and display them live!
🍌
C++ Feed
New Training Course: Embedded Rust Training
Источник:
KDAB Blogs – KDAB
KDAB
New Training Course: Embedded Rust Training
Over a period of 6 half-days, learn Rust for embedded systems with our partner Ferrous Systems. A new addition to our KDAB training portfolio.
🍌
C++ Feed
SObjectizer Tales - 1. Producing Images--Marco Arena
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Qt Design Studio 4.3.1 Released
Источник:
Qt Blog
www.qt.io
Qt Design Studio 4.3.1 Released
🍌
C++ Feed
[Перевод] Сборка мусора: как это делается в системном программировании
Источник:
Habr
Автор:
Хабр
Сборка мусора: как это делается в системном программировании
Давайте поговорим об одной из наиболее критичных по производительности программ, которой вы пользуетесь ежедневно: о вашей операционной системе. Поскольку при каждом разгоне железа вы получаете...
🍌
C++ Feed
Cubic spline interpolation
Источник:
Eli Bendersky's website
🍌
C++ Feed
I created an overloaded operator for my C++/WinRT class, but it’s not working
Источник:
The Old New Thing
Microsoft News
I created an overloaded operator for my C++/WinRT class, but it’s not working
Take a closer look at what you are overloading.
🍌
C++ Feed
C++ и космические технологии
Источник:
Habr
Автор:
Хабр
C++ и космические технологии
В сегодняшней публикации мы поговорим о новом новшестве в мире C++ - операторе "спейсшип" (spaceship aka three-way comparison), он же тройное сравнение. Устраивайтесь поудобнее, взлетаем. Итак,...
🍌
C++ Feed
KDAB Training Day - Berlin, November 27th, 2023
Источник:
Qt Blog
www.qt.io
KDAB Training Day - Berlin, November 27th, 2023
Join KDAB Training Day in Berlin on Nov 27th, 2023, at the H4 Hotel. Offering compact courses on C++23, QML, Profiling, Qt 6, and a special Rust session.
🍌
C++ Feed
3,000 contributors
Источник:
daniel.haxx.se
🍌
C++ Feed
Qt Creator 12 Beta released
Источник:
Qt Blog
🍌
C++ Feed
Глубина кролечьей норы: бинарная граница и ABI C++
Источник:
Habr
Автор:
Хабр
Глубина кроличьей норы: бинарная граница и ABI C++
Оценивайте свои силы трезво. Вопрос ABI (Application Binary Interface), бинарной границы и бинарной совместимости в C++, раскрыт на просторах интернета не так хорошо как хотелось бы. Особенно сложно в...
🍌
C++ Feed
On detecting improper use of std::enable_shared_from_this
Источник:
The Old New Thing
Microsoft News
On detecting improper use of std::enable_shared_from_this
Playing around with the standard library.
🍌
C++ Feed
Phantom and Indulgent Shared Pointers -- Raymond Chen
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
`constexpr std::string` update
Источник:
Arthur O’Dwyer
Arthur O’Dwyer
constexpr std::string update
Last month I posted “Just how constexpr is C++20’s std::string?” (2023-09-08),
showing some surprising behavior in libc++. As of a week ago, that surprising behavior
is gone!
🍌
C++ Feed
AddressSanitizer: global variable instrumentation
Источник:
MaskRay
MaskRay
AddressSanitizer: global variable instrumentation
AddressSanitizer (ASan) is a compiler technology that detects addressability-related memory errors with some additional checks. It consists of two components: compiler instrumentation and a runtime li
🍌
C++ Feed
Детектор Судного дня или как я разработал датчик радиации для Home Assistant
Источник:
Habr
Автор:
Хабр
Детектор Судного дня или как я разработал датчик радиации для Home Assistant
❯ С чего всё началось В начале 2023 года, во многих СМИ появилась информация, что стрелки часов Судного дня перевели на десять секунд. Сейчас они замерли на отметке 90 секунд до полуночи, и теперь...