🍌
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
What if I vanished?
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
Test Center 3.0 Available Now
Источник:
Qt Blog
www.qt.io
Test Center 3.0 Available Now
Browse and analyse Coco code coverage results in the web frontend of Squish Test Center.
👍
👎
🍌
C++ Feed
The AArch64 processor (aka arm64), part 21: Classic function prologues and epilogues
Источник:
The Old New Thing
Microsoft News
The AArch64 processor (aka arm64), part 21: Classic function prologues and epilogues
Implementing the ABI.
👍
👎
🍌
C++ Feed
The Future of KDAB CI
Источник:
KDAB Blogs – KDAB
KDAB
The Future of CI | KDAB
KDAB developers now use a faster, more stable continuous integration system, which shows test results directly in the code review tool.
👍
👎
🍌
C++ Feed
[Перевод] С PATH_MAX не всё так просто
Источник:
Habr
Автор:
PumpIT
Хабр
С PATH_MAX не всё так просто
C и C++ программисты в какой-то момент могут столкнуться с ограниченным размером PATH_MAX и задаться вопросом – какого размера создавать буфер, чтобы отследить путь к директориям или файлам?...
👍
👎
🍌
C++ Feed
Physically-based rendering. Ray marching (часть 2)
Источник:
Habr
Автор:
GermanZvezdin
Хабр
Physically-based rendering. Ray marching (часть 2)
Привет, с вами снова Герман и продолжение моей статьи про рендеринг. В первой части, которую вы можете найти по ссылке ( link ), мы поговорили о трассировке лучей и маршевом методе, а в этой части мы...
👍
👎
🍌
C++ Feed
The AArch64 processor (aka arm64), part 22: Other kinds of classic prologues and epilogues
Источник:
The Old New Thing
The Old New Thing
The AArch64 processor (aka arm64), part 22: Other kinds of classic prologues and epilogues
Taking shortcuts, or maybe adding steps.
👍
👎
🍌
C++ Feed
curl up 2022 take 2
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
The AArch64 processor (aka arm64), part 23: Common patterns
Источник:
The Old New Thing
The Old New Thing
The AArch64 processor (aka arm64), part 23: Common patterns
Learning to recognize various code generation patterns.
👍
👎
🍌
C++ Feed
What is the “vector pessimization”?
Источник:
Arthur O’Dwyer
Arthur O’Dwyer
What is the “vector pessimization”?
I always say that you should mark your move constructors noexcept,
or else you get the vector pessimization. But I haven’t had a
blog post explicitly on the topic… until now.
👍
1
👎
🍌
C++ Feed
Lightning talks and 2 years of Meeting C++ online
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Чаепитие из rvalue
Источник:
Habr
Автор:
yurixi
Хабр
Чаепитие из rvalue
Однажды один волшебник нашёл восхитительное заклинание. Берёшь два чашки, в одной из которых чай. Ставишь на заколдованные блюдца на заколдованной скатерти. Говоришь на загадочном языке «поставь эту...
👍
👎
🍌
C++ Feed
The Travis separation a year later
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
C++ Coroutines: Understanding the Compiler Transform
Источник:
Asymmetric Transfer
Asymmetric Transfer
C++ Coroutines: Understanding the Compiler Transform
In this post I am going to go a bit deeper to show how all the concepts from the previous posts come together. I’ll show what happens when a coroutine reaches a suspend-point by walking through the lowering of a coroutine into equivalent non-coroutine, imperative…
👍
👎
🍌
C++ Feed
Why Attend CppCon 2022? Social Activities & Venue - CppCon 2022
Источник:
CppCon
YouTube
Why Attend CppCon 2022? Social Activities & Venue - CppCon 2022
Register Now for CppCon 2022: https://cppcon.org/registration/
---
130+ Sessions over 5 Days! Pre and Post Con Workshops/Classes & Much More!
Join Us Onsite or Online!
---
👍
👎
🍌
C++ Feed
Interview With Klaus Iglberger (Modern C++ Design Patterns) - CppCon 2022 Preview
Источник:
CppCon
YouTube
Interview With Klaus Iglberger (Modern C++ Design Patterns) - CppCon 2022 Preview
Register Now for CppCon 2022: https://cppcon.org/registration/
Kevin Carpenter interviews Klaus Iglberger ahead of his Modern C++ Design Patterns academy class at CppCon 2022
Klaus Iglberger is a freelance C++ trainer and consultant. He has finished his…
👍
1
👍
👎
🍌
C++ Feed
Anti-Patterns
Источник:
Modernes C++ -
ModernesCpp.com
👍
👎
🍌
C++ Feed
20+ Ways to Init a String, Looking for Sanity
Источник:
C++ Stories
C++ Stories
20+ Ways to Init a String, Looking for Sanity
C++ is famous… or infamous for its complex initialization syntax. In this article, I’ll show you around 20 ways to initialize simple std::string variables. Can we somehow make it easier to understand?
Default values Have a look:
void foo() { std::string…
👍
👎
🍌
C++ Feed
Приёмы высокоуровневой векторизации на примере Card Raytracer
Источник:
Habr
Автор:
LittleAlien
Хабр
Приёмы высокоуровневой векторизации на примере Card Raytracer
Хочу рассказать о том, как занимался оптимизацией card raytracer - минимального рейтрейсера, код которого умещается на визитке. Точнее, это развёрнутая для лучшей читабельности версия, которая в...
👍
👎
🍌
C++ Feed
The AArch64 processor (aka arm64), part 24: Code walkthrough
Источник:
The Old New Thing
Microsoft News
The AArch64 processor (aka arm64), part 24: Code walkthrough
Putting theory into practice.
👍
👎