🍌
C++ Feed
@cpp_aggregator
334
subscribers
218
photos
13.8K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Not powered by
https://github.com/Smertig/banana
anymore
Download Telegram
Join
🍌
C++ Feed
334 subscribers
🍌
C++ Feed
Evolving a Translation System with Reflection in C++
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
AI Assisted Design in Qt Design Studio: AI Assistant Just Got Smarter
Источник:
Qt Blog
www.qt.io
AI Assisted Design in Qt Design Studio: AI Assistant Just Got Smarter
Qt Design Studio introduces AI-assisted design with a fully agentic AI assistant. Read, write, and refactor your QML project from a single prompt.
🍌
C++ Feed
Qt Creator 19.0.2 released
Источник:
Qt Blog
🍌
C++ Feed
Qt 6.11.1 Released
Источник:
Qt Blog
www.qt.io
Qt 6.11.1 Released
Qt 6.11.1 release blog post
🍌
C++ Feed
Lightning Talk: The Classic Missed-Signal! - Gopal Rander - CppCon 2025
Источник:
CppCon
YouTube
Lightning Talk: The Classic Missed-Signal! - Gopal Rander - CppCon 2025
https://cppcon.org
---
Lightning Talk: The Classic Missed-Signal! - Gopal Rander - CppCon 2025
---
The talk is about the classical thread timing issue with conditional variable which is often overlooked and I am presenting a brief example of how it resulted…
🍌
C++ Feed
The case of the hang when the user changed keyboard layouts
Источник:
The Old New Thing
Microsoft News
The case of the hang when the user changed keyboard layouts
Keeping things moving.
🍌
C++ Feed
Vulkan API и асинхронность. Введение. Требования к архитектуре
Источник:
Habr
Автор:
shagunov
Хабр
Vulkan API и асинхронность. Введение. Требования к архитектуре
Приветствие Приветствую Вас, дорогой читатель! В этот раз представляю Вашему вниманию цикл статей, который будет посвящён одной из важнейших тем в программировании на Vulkan API - использование...
🍌
C++ Feed
MSVC Build Tools Preview updates – May 2026
Источник:
C++ Team Blog
Microsoft News
MSVC Build Tools Preview updates – May 2026
Try the latest updates to MSVC Build Tools Preview
🍌
C++ Feed
CppCon 2025 Crafting the Code You Don’t Write: Sculpting Software in an AI World -- Daisy Hollman
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Анонс. Моделирование спутниковой связи в симуляторе сети ns-3
Источник:
Habr
Автор:
Chetverovod
Хабр
Анонс. Моделирование спутниковой связи в симуляторе сети ns-3
В июне будет начата публикация цикла статей об использовании модуля Satellite для моделирования спутниковых сетей связи.
🍌
C++ Feed
C++: The Documentary trailer
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Lightning Talk: Proof Searching in DepC - Raffaele Rossi - CppCon 2025
Источник:
CppCon
YouTube
Lightning Talk: Proof Searching in DepC - Raffaele Rossi - CppCon 2025
https://cppcon.org
---
Lightning Talk: Proof Searching in DepC - Raffaele Rossi - CppCon 2025
---
News articles in recent years have highlighted the problem of memory safety in System Programming languages like C and C++, with governments urging companies…
🍌
C++ Feed
Segment Heap support for C++ projects in Visual Studio
Источник:
C++ Team Blog
Microsoft News
Segment Heap support for C++ projects in Visual Studio
Learn how Visual Studio enables Segment Heap by default for new C++ projects and how to adopt and verify it in existing builds.
🍌
C++ Feed
A constant-space linear-time algorithm for deleting all but the 10 most recent files in a directory
Источник:
The Old New Thing
Microsoft News
A constant-space linear-time algorithm for deleting all but the 10 most recent files in a directory
Using data structures you already knew.
🍌
C++ Feed
Автоматизация процессов в гидравлических системах ч. 2
Источник:
Habr
Автор:
vano3d
Хабр
Автоматизация процессов в гидравлических системах ч. 2
Автоматика для гидравлики Предыстория Привет, Хабр! Какое-то время назад я рассказывал , как прикрутил мозги к своему гидравлическому прессу и что из этого получилось. С тех пор много воды (и масла!)...
❤
1
🍌
C++ Feed
Qt Interface Framework with a new Control Panel
Источник:
Qt Blog
www.qt.io
Qt Interface Framework with a new Control Panel
Discover how the new Qt Interface Framework Control Panel simplifies testing and data simulation, especially for Android Automotive OS.
🍌
C++ Feed
The case of the CreateFileMapping that always reported ERROR_ALREADY_EXISTS
Источник:
The Old New Thing
Microsoft News
The case of the CreateFileMapping that always reported ERROR_ALREADY_EXISTS
Maybe because it already exists?
🍌
C++ Feed
Lightning Talk: Bool - Implicitly Dangerous - Jeff Garland - CppCon 2025
Источник:
CppCon
YouTube
Lightning Talk: Bool - Implicitly Dangerous - Jeff Garland - CppCon 2025
https://cppcon.org
---
Lightning Talk: Bool - Implicitly Dangerous - Jeff Garland - CppCon 2025
---
Really, boolean should be the easiest thing to understand in C++. It's two possible states -- true and false -- what could possibly go wrong? Unfortunately…
🍌
C++ Feed
What Happens When a Destructor Throws -- Sandor Dargo
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
BeCPP Symposium 2026 - Gabriel Dos Reis - Tightening the Screws with C++ Profiles
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
named globs with curl
Источник:
daniel.haxx.se
daniel.haxx.se
named globs with curl
One of the established power features of the curl command line tool is its support for "globbing". It is a built-in way to specify ranges and sets in different ways and have curl iterate over them to simplify repeated transfers. For example, you can easily…