🍌
C++ Feed
@cpp_aggregator
308
subscribers
218
photos
12.7K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
308 subscribers
🍌
C++ Feed
Каждая капля на счету или как я счетчик умным делал
Источник:
Habr
Автор:
CyberexTech (Timeweb Cloud)
Хабр
Каждая капля на счету или как я счетчик умным делал
Привет, Хабр ! В предыдущей статье я уже описывал бюджетное решение для интеграции электросчетчика в системы умного дома, где всё было реализовано на базе своего DIY устройства. Но не только из...
🍌
C++ Feed
Creating an already-completed asynchronous activity in C++/WinRT, part 9
Источник:
The Old New Thing
Microsoft News
Creating an already-completed asynchronous activity in C++/WinRT, part 9
Cheating the delegates.
🍌
C++ Feed
Tail recursion for macros in C
Источник:
Jens Gustedt's Blog
Jens Gustedt's Blog
Tail recursion for macros in C
In view of the addition of __VA_OPT__ first to C++ and now to C23, there had been interest in extending the C preprocessor to include recursion. The basic idea would be that __VA_OPT__ can be used …
🍌
C++ Feed
Qt Creator 14 - CMake Update
Источник:
Qt Blog
www.qt.io
Qt Creator 14 - CMake Update
Explore the latest CMake features in Qt Creator 14, including per-project CMake settings, debugger registration, and cross-compiler emulation. Learn more in this detailed blog post.
🍌
C++ Feed
Security advisory: Recently discovered HTTP2 handling issue impacts Qt
Источник:
Qt Blog
www.qt.io
Security advisory: Recently discovered HTTP2 handling issue impacts Qt
Security advisory qtnetwork HTTP2 Qt
🍌
C++ Feed
San Diego C++ Meetup #64 – July 16 2024
Источник:
Vorbrodt's C++ Blog
Vorbrodt's C++ Blog
San Diego C++ Meetup #64 – July 16 2024
Hello all! Summary of the recent San Diego C++ meetup session, took place Tue, July 16 2024 5PM Pacific Time. Agenda in this meeting: New C++ Book – C++ Brain Teasers! – by Anders Schau…
🍌
C++ Feed
CppCon 2023 Thread Safety With synchronized_value in C++ -- Jørgen Fogh
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Mapping symbols: rethinking for efficiency
Источник:
MaskRay
MaskRay
Mapping symbols: rethinking for efficiency
In object files, certain code patterns embed data within instructions or transitions occur between instruction sets. This can create hurdles for disassemblers, which might misinterpret data as code, r
🍌
C++ Feed
Organizing the five creation dispositions of the CreateFile function
Источник:
The Old New Thing
Microsoft News
Organizing the five creation dispositions of the CreateFile function
Six possibilities, but only five useful ones.
🍌
C++ Feed
Improving GitHub Copilot Completions in VS Code for C++ Developers
Источник:
C++ Team Blog
Microsoft News
Improving GitHub Copilot Completions in VS Code for C++ Developers
GitHub Copilot code completions are autocomplete-stye suggestions that appear inline as you code. Until today, they have used context from your active file and other tabs open in the editor to inform the suggestion that is returned. However, we know that…
🍌
C++ Feed
C++ Weekly - Ep 438 - C++23's ranged-for Fixes
Источник:
Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 438 - C++23's ranged-for Fixes
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
CLion is a cross-platform JetBrains IDE for C and C++ with:
- A smart C and C++ editor to navigate and maintain your code base productively.
- Code analysis with quick-fixes to identify and fix bugs and style inconsistencies.…
🍌
C++ Feed
Concurrency: From Theory to Practice -- Lucian Radu Teodorescu
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
More Blender VSE stuff for 4.2
Источник:
Aras' website
🍌
C++ Feed
Genetec uses Visual Studio for CMake and remote container development
Источник:
C++ Team Blog
Microsoft News
Genetec uses Visual Studio, CMake, vcpkg, and Docker for remote Linux C++ development
Over the past couple of months, the Microsoft C++ team reached out to a series of customers voting on a suggestion ticket asking for Remote Linux Unit Testing support to understand their full set of interactions and needs with CMake and remote Linux scenarios…
🍌
C++ Feed
Unquoted service paths: The new frontier in script kiddie security vulnerability reports
Источник:
The Old New Thing
Microsoft News
Unquoted service paths: The new frontier in script kiddie security vulnerability reports
Usually not exploitable, but the script kiddies don't know that.
🍌
C++ Feed
CppNorth Day 0
Источник:
Kate Gregory's Blog - C++
🍌
C++ Feed
curl 8.9.0
Источник:
daniel.haxx.se
🍌
C++ Feed
Фиксим баги в вашем AI или разбор ошибок в OpenVINO
Источник:
Habr
Автор:
Nanamuru (PVS-Studio)
Хабр
Фиксим баги в вашем AI или разбор ошибок в OpenVINO
Друзья-разработчики, приглашаем вас продолжить захватывающее путешествие по дебрям кода Intel OpenVINO! Вооружившись статическим анализатором аки детективы, мы разоблачим наиболее коварные, интересные...
🍌
C++ Feed
Прошиваем программу не только в начало FLASH памяти STM32
Источник:
Habr
Автор:
VaTiKaNeTs
Хабр
Прошиваем программу не только в начало FLASH памяти STM32
Знаете ли вы куда попадает ваша программа после того, как вы нажали кнопку RUN или DEBUG в IDE? Если да, то как изменить этот адрес или даже выйти за пределы постоянной памяти и прожигаться сразу в...
🍌
C++ Feed
changelog changes
Источник:
daniel.haxx.se
🍌
C++ Feed
What's so hard about constexpr allocation?
Источник:
Barry Revzin
Barry’s C++ Blog
What’s so hard about constexpr allocation?
Setting the Stage