🍌
C++ Feed
@cpp_aggregator
310
subscribers
218
photos
12.7K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
310 subscribers
🍌
C++ Feed
Software Design with Traits and Tag Dispatching
Источник:
Modernes C++ -
ModernesCpp.com
Modernescpp
Software Design with Traits and Tag Dispatching - ModernesCpp.com
👍
👎
🍌
C++ Feed
C++20 Ranges The Key Advantage - Algorithm Composition
Источник:
C++ Stories
C++ Stories
C++20 Ranges: The Key Advantage - Algorithm Composition
Conceptually a Range is a simple concept: it’s just a pair of two iterators - to the beginning and to the end of a sequence (or a sentinel in some cases). Yet, such an abstraction can radically change the way you write algorithms. In this blog post, I’ll…
👍
👎
🍌
C++ Feed
What curl expects from dependencies
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
Why is every other line of my file mysteriously changed to nonsense Chinese characters?
Источник:
The Old New Thing
Microsoft News
Why is every other line of my file mysteriously changed to nonsense Chinese characters?
Decoding another type of mojibake.
👍
👎
🍌
C++ Feed
Dynamically Loaded Libraries Outside the Standard - Zhihao Yuan - CppCon 2021
Источник:
CppCon
YouTube
Dynamically Loaded Libraries Outside the Standard - Zhihao Yuan - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
You must be aware of dynamically-link libraries, but have you tried using them through LoadLibrary on Windows or dlopen on UNIX?
A library may be dynamically-linked, but not designed for being…
👍
👎
🍌
C++ Feed
C++ Weekly - Ep 317 - How Member Functions Work
Источник:
Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 317 - Do You Really Understand Member Functions?
☟☟ Upcoming Conference Workshops (Swag, links and more) ☟☟
C++ Best Practices Workshop, Sept 18, 19, Norway: https://ndctechtown.com/workshops/c-best-practices/abf61aa1ff65
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere! https://my-store-d16a2f.creator…
👍
👎
🍌
C++ Feed
Metal in C++ with SDL2
Источник:
C++ – Schneide Blog
Schneide Blog
Metal in C++ with SDL2
Metal, Cupertino’s own graphics API, is sort of a middle-ground in complexity between OpenGL and Vulkan. I’ve wanted to try it for a while, but the somewhat tight integration into Apple…
👍
👎
🍌
C++ Feed
This busy-loop is not a security issue
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
Interface method calls with the Go register ABI
Источник:
Eli Bendersky's website
👍
👎
🍌
C++ Feed
Why are there separate Program Files and Program Files (x86) directories?
Источник:
The Old New Thing
Microsoft News
Why are there separate Program Files and Program Files (x86) directories?
Why can't we just combine them?
👍
👎
🍌
C++ Feed
How to become a Senior Detective, according to Murderville
Источник:
The Old New Thing
The Old New Thing
How to become a Senior Detective, according to Murderville
A little copy pasta will take you far.
👍
👎
🍌
C++ Feed
Warning: std::find() is Broken! - Sean Parent - CppCon 2021
Источник:
CppCon
YouTube
Warning: std::find() is Broken! - Sean Parent - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
We often take it for granted that calling one of the Standard algorithms will do something meaningful. For example, when invoking `position = find(first, last, value)` we expect that if an element…
👍
👎
🍌
C++ Feed
2022-03-22 Foundation board of directors meeting minutes posted
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Динамические структуры в shared-памяти
Источник:
Habr
Автор:
mrlolthe1st
Хабр
Динамические структуры в shared-памяти
Приветствую, читатель! Хотелось бы осветить свою небольшую библиотеку для C++, которая призвана помочь Вам создавать динамические структуры в shared-памяти. Далее - под катом. Зачем это? Скорее всего,...
👍
1
👎
🍌
C++ Feed
How to learn Qt?
Источник:
Qt Blog
www.qt.io
How to learn Qt?
Give us feedback on how you would like to learn Qt.
👍
👎
🍌
C++ Feed
A Sample for my Mentoring Program "Fundamentals for C++ Professionals"
Источник:
Modernes C++ -
ModernesCpp.com
Modernescpp
A Sample for my Mentoring Program "Fundamentals for C++ Professionals" - ModernesCpp.com
👍
👎
🍌
C++ Feed
Qt Design Studio 3.2 Released
Источник:
Qt Blog
www.qt.io
Qt Design Studio 3.2 Released
👍
👎
🍌
C++ Feed
`saturating_add` vs. `saturating_int` -- new function vs. new type?
Источник:
foonathan::blog()
www.foonathan.net
`saturating_add` vs. `saturating_int` -- new function vs. new type?
Suppose you want to do integer arithmetic that saturates instead of overflowing.
The built-in operator+ doesn’t behave that way, so you need to roll something yourself.
Do you write a saturating_add() function or a new saturating_int type with overloaded…
👍
👎
🍌
C++ Feed
Larson wine limericks
Источник:
Arthur O’Dwyer
quuxplusone.github.io
Larson wine limericks
Last month I and some family members entered the
Larson Family Winery’s annual St. Patrick’s Day
limerick contest.
Here are our also-rans (the first by my mom, the others by me):
👍
👎
🍌
C++ Feed
CppCon: Follow-up to transparency report and safety policy
Источник:
isocpp.org
(Standard C++)
👍
👎