🍌
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
A C++ type list, but how and why
Источник:
Finally a homepage
🍌
C++ Feed
CppCon 2023 Whitespace: A Humorous Short Talk -- Dan Curran
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Ода хейта C++
Источник:
Habr
Автор:
anz
Хабр
Ода хейта C++
Древнее зло Язык С++ по-настоящему стар. Казалось бы это должно идти ему на пользу, как хорошему вину. Но этому мешает обратная совместимость. Хорошая идея, если бы она работала... Давайте просто...
👎
3
😱
1
🍌
C++ Feed
Function Composition and the Pipe Operator – How Do They Work? C++23
Источник:
C++ Stories
C++ Stories
Function Composition and the Pipe Operator in C++23 – With std::expected
In this blog post, we’ll show how to implement a custom pipe operator and apply it to a data processing example. Thanks to C++23 and std::expectedwe can write a rather efficient framework that easily handles unexpected outcomes.
This is a collaborative guest…
🍌
C++ Feed
If you know what interface you want, just pass it directly to CoCreateInstance
Источник:
The Old New Thing
Microsoft News
If you know what interface you want, just pass it directly to CoCreateInstance
Avoiding a second round trip.
🍌
C++ Feed
C++ Weekly - Ep 429 - C++26's Parameter Pack Indexing
Источник:
Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 429 - C++26's Parameter Pack Indexing
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
Upcoming Workshop: Understanding Object Lifetime, C++ On Sea, July 2, 2024
► https://cpponsea.uk/2024/sessions/understanding-object-lifetime-for-efficient-and-safer-cpp.html
Upcoming Workshop: C++ Best Practices…
🍌
C++ Feed
Crank the World: Playdate demo
Источник:
Aras' website
🍌
C++ Feed
Adding State to the Update Notification Pattern, Part 5 -- Raymond Chen
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
Qt 6.7.1 Released
Источник:
Qt Blog
www.qt.io
Qt 6.7.1 Released
Qt 6.7.1 release bog post
🍌
C++ Feed
Qt and Trivial Relocation (Part 3)
Источник:
KDAB Blogs – KDAB
KDAB
Qt and Trivial Relocation (Part 3)
In this instalment we'll explore how to use trivial relocation not only for vector reallocation, but also for vector erasure.
🍌
C++ Feed
Qt for Windows on ARM - today, it is more interesting than ever!
Источник:
Qt Blog
www.qt.io
Qt for Windows on ARM - today, it is more interesting than ever!
Provides an overview of the support of Windows on ARM in Qt at the time of the launch of the new desktop hardware on May 2024
🍌
C++ Feed
Speaking at NDC Techtown
Источник:
Kate Gregory's Blog - C++
🍌
C++ Feed
A blurry photo of the legendary USB Cart of Death
Источник:
The Old New Thing
Microsoft News
A blurry photo of the legendary USB Cart of Death
And some details about that infamous on-stage bluescreen.
🍌
C++ Feed
A history of a logo with a colon and two slashes
Источник:
daniel.haxx.se
🍌
C++ Feed
curl 8.8.0
Источник:
daniel.haxx.se
🍌
C++ Feed
Commercial LTS Qt 5.15.17 Released
Источник:
Qt Blog
www.qt.io
Commercial LTS Qt 5.15.17 Released
🍌
C++ Feed
What’s New for C++ Developers in Visual Studio 2022 17.10
Источник:
C++ Team Blog
Microsoft News
What’s New for C++ Developers in Visual Studio 2022 17.10
We are happy to announce that Visual Studio 2022 version 17.10 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your…
🍌
C++ Feed
CppCon 2023 Back to Basics: Iterators in C++ -- Nicolai Josuttis
Источник:
isocpp.org
(Standard C++)
🍌
C++ Feed
If you have to create a Windows Runtime Vector from C++/WinRT, do it as late as possible
Источник:
The Old New Thing
Microsoft News
If you have to create a Windows Runtime Vector from C++/WinRT, do it as late as possible
Stay with the std::vector until you really need the Window Runtime Vector.
🍌
C++ Feed
Qt and Trivial Relocation (Part 4)
Источник:
KDAB Blogs – KDAB
KDAB
Qt and Trivial Relocation (Part 4)
Trivial relocation leads to an further property of class types: whether they have value semantics or write-through reference semantics.