🍌
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
How I made a heap overflow in curl
Источник:
daniel.haxx.se
🍌
C++ Feed
Structured Diagnostics in the New Problem Details Window
Источник:
C++ Team Blog
Microsoft News
Structured Diagnostics in the New Problem Details Window
Massive compiler errors which seem impossible to navigate are the bane of many C++ developers’ lives. It’s up to tools to provide a better experience to help you comprehend diagnostics and understand how to fix the root issue. I wrote Concepts Error Messages…
🍌
C++ Feed
Why does IFileDialog still show non-filesystem folders when I pass FOS_FORCEFILESYSTEM?
Источник:
The Old New Thing
Microsoft News
Why does IFileDialog still show non-filesystem folders when I pass FOS_FORCEFILESYSTEM?
Because you need to pass through them to get there.
🍌
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++)