🍌
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
The AArch64 processor (aka arm64), part 9: Sign and zero extension
Источник:
The Old New Thing
The Old New Thing
The AArch64 processor (aka arm64), part 9: Sign and zero extension
Nothing new here, but old things being used in clever ways.
👍
👎
🍌
C++ Feed
Beware CTAD on `reverse_iterator`
Источник:
Arthur O’Dwyer
Arthur O’Dwyer
Beware CTAD on reverse_iterator
Consider the following example of an “STL-style algorithm,”
taken from a lab exercise in one of my training courses:
template<class It>
bool is_palindrome(It first, It last) {
while (first != last) {
--last;
if (first == last) break;…
👍
👎
🍌
C++ Feed
HPX V1.8.1 released -- STE||AR Group
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Classification of Patterns
Источник:
Modernes C++ -
ModernesCpp.com
Modernescpp
Classification of Patterns - ModernesCpp.com
👍
👎
🍌
C++ Feed
Simplify Code with if constexpr and Concepts in C++17/C++20
Источник:
C++ Stories
C++ Stories
Simplify Code with if constexpr and Concepts in C++17/C++20
Before C++17, we had a few quite ugly-looking ways to write static if (if that works at compile time). For example, you could use tag dispatching or SFINAE. Fortunately, that’s changed, and we can now benefit from if constexpr and concepts from C++20!
Let’s…
👍
👎
🍌
C++ Feed
How I merge PRs in curl
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
The AArch64 processor (aka arm64), part 10: Loading constants
Источник:
The Old New Thing
Microsoft News
The AArch64 processor (aka arm64), part 10: Loading constants
Getting them into a register.
👍
👎
🍌
C++ Feed
Философия борьбы с NAT
Источник:
Habr
Автор:
novemix
👍
👎
🍌
C++ Feed
C++ Weekly - Ep 336 - C++23's Awesome std::stacktrace Library
Источник:
Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 336 - C++23's Awesome std::stacktrace Library
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
Upcoming Workshops:
► C++ Best Practices Workshop, ACCU, Bristol UK, Mar 31, 2025: https://accuconference.org/
See the GitHub tracker for more information: https://github.com/lefticus/cpp_weekly/issues/48
T-SHIRTS…
👍
👎
🍌
C++ Feed
Embedded C++14 in a ”Super-loop” Firmware--Erik Rainey
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Improved automated instance construction in C++--Marius Elvert
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Lessons Learned from Packaging 10,000+ C++ Projects - Bret Brown & Daniel Ruoso - CppCon 2021
Источник:
isocpp.org
(Standard C++)
👍
👎
1
🍌
C++ Feed
Что читать разработчику C++
Источник:
Habr
Автор:
Roumed1
Хабр
Что читать разработчику C++
В этой подборке — не только классические рекомендации книг для C++ программистов. Обычно советуют издания про паттерны, развитие стандарта или успехи большой компании. Но за всем этим изобилием...
👍
👎
🍌
C++ Feed
MSVC Backend Updates in Visual Studio 2022 version 17.3
Источник:
C++ Team Blog
C++ Team Blog
MSVC Backend Updates in Visual Studio 2022 version 17.3
In Visual Studio 2022 version 17.3 we have continued to improve the C++ backend with new features, new and improved optimizations, build throughput improvements, and better security. Here is a list of improvements for you to review. Native Arm64 Visual Studio…
👍
👎
🍌
C++ Feed
Official Support for Arm64EC is Here
Источник:
C++ Team Blog
C++ Team Blog
Official Support for Arm64EC is Here
Last year, Microsoft announced x64 compatibility for Windows 11 on Arm, along with the new Arm64EC ABI, a new way to bring apps to Windows on Arm. With Arm64EC you can mix Arm and x64 code in the same process, allowing you to port existing x64 apps to Arm…
👍
👎
🍌
C++ Feed
The AArch64 processor (aka arm64), part 11: Loading addresses
Источник:
The Old New Thing
Microsoft News
The AArch64 processor (aka arm64), part 11: Loading addresses
Finding a needle in the haystack of the 64-bit address space.
👍
👎
🍌
C++ Feed
New stable release of wxWidgets 3.2.0 is now available
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Why you should use std::move only rarely -- Andreas Fertig
Источник:
isocpp.org
(Standard C++)
👍
👎
1
🍌
C++ Feed
IPFS and their gateways
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
The AArch64 processor (aka arm64), part 12: Memory access and alignment
Источник:
The Old New Thing
Microsoft News
The AArch64 processor (aka arm64), part 12: Memory access and alignment
The load and store part of the load/store architecture.
👍
👎
🍌
C++ Feed
Adding a REST API with Pistache -- Richard Thomson
Источник:
isocpp.org
(Standard C++)
👍
👎