🍌
C++ Feed
@cpp_aggregator
306
subscribers
218
photos
12.7K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
306 subscribers
🍌
C++ Feed
C++ – Типизированный язык программирования
[Из песочницы] Корутины в C++20
Хабр
Корутины в C++20. Часть 1
Введение Данная статья является переводом главы из книги Райнера Гримма Concurrency with Modern C++, которая является более доработанной и обширной версией стать...
🍌
C++ Feed
C++
concurrencpp v.0.0.6 - modern concurrency for C++
reddit
concurrencpp v.0.0.6 - modern concurrency for C++
Posted in r/cpp by u/david_haim_1 • 3 points and 2 comments
🍌
C++ Feed
CppCon (Youtube)
YouTube
Embedded: Customizing Dynamic Memory Management in C++ - Ben Saks - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Dynamic memory allocation is a natural solution for many common programming problems. In C++, new-expressions allocate dynamic memory through a function called operator new. Unfortunately, the compiler…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Building an Intuition for Composition - Sy Brand - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
If you're fed up of reading articles about "monads" and "endofunctors" that don't give you an understanding of how they can actually help your C++ programming, this talk is for you.
Function and…
🍌
C++ Feed
CppCon (Youtube)
YouTube
C++ Standards Committee Fireside Chat hosted by Herb Sutter - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
This panel of representative members of the C++ standards committee is ready to discuss everything from the just-completed C++20, to how the committee is working online as we start the C++23 cycle…
🍌
C++ Feed
Arthur O’Dwyer
September blog roundup
quuxplusone.github.io
September blog roundup
I can’t exactly call this “What I’m reading lately,” because I haven’t gotten around
to fully exploring these trees. But here are two blogs I recently discovered
with good stuff.
🍌
C++ Feed
CppCon (Youtube)
YouTube
C++20: An (Almost) Complete Overview - Marc Gregoire - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
The technical work on C++20 was finished in January 2020, and is now being pushed through ISO certification.
This presentation gives an overview of (almost) all new features in both the language…
🍌
C++ Feed
C++
Macro-free reflection in C++14
reddit
Macro-free reflection in C++14
Posted in r/cpp by u/DugiSK • 4 points and 0 comments
🍌
C++ Feed
C++
Updated my "structure of array" wrapper library
reddit
Updated my "structure of array" wrapper library
I "recently" created a library that allows you to create an SoA-style vector wrapper around any PoD type:...
🍌
C++ Feed
CppCon (Youtube)
YouTube
Back To Basics: Lambda Expressions - Barbara Geller & Ansel Sermersheim - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/back_to_basics_lambda_expressions/back_to_basics_lambda_expressions__barbara_geller__ansel_sermersheim__cppcon_2020.pdf
---
Lambdas were first introduced into C++ with the release…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Back to Basics: Algebraic Data Types - Arthur O'Dwyer - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/back_to_basics_algebraic_data_types/back_to_basics_algebraic_data_types__arthur_odwyer__cppcon_2020.pdf
---
One of the hallmarks of "modern C++" is a transition from classic…
🍌
C++ Feed
C++
lunasvg v1.3.0 released. Text element is now supported.
reddit
lunasvg v1.3.0 released. Text element is now supported.
Posted in r/cpp by u/SamNwutobo • 3 points and 0 comments
🍌
C++ Feed
C++
controlling template argument deduction via dont_deduce
reddit
controlling template argument deduction via dont_deduce<T>
Posted in r/cpp by u/PhilipTrettner • 2 points and 0 comments
🍌
C++ Feed
C++
Simple implementation of malloc
reddit
Simple implementation of malloc
I have followed [this article](https://dmitrysoshnikov.com/compilers/writing-a-memory-allocator/) to create a simple memory allocator using slabs....
🍌
C++ Feed
C++
Check out my performance on Corehard C++ at Minsk (eng. subs)
reddit
Check out my performance on Corehard C++ at Minsk (eng. subs)
[https://www.youtube.com/watch?v=ngsilquWgpo](https://www.youtube.com/watch?v=ngsilquWgpo)
🍌
C++ Feed
C++
Add fuzzing to existing C++ Google Tests
reddit
Add fuzzing to existing C++ Google Tests
I have a set of C++ tests written using GoogleTest. Is it possible to add fuzzing (e.g. libfuzzer) to that set of existing google-tests? Thank...
🍌
C++ Feed
C++
TorchRayLib++: A RayLib based UI for the Libtorch C++ Deep Learning Library.
reddit
TorchRayLib++: A RayLib based UI for the Libtorch C++ Deep...
Posted in r/cpp by u/QuanstScientist • 2 points and 0 comments
🍌
C++ Feed
CppCon (Youtube)
YouTube
Cross-Platform Pitfalls and How to Avoid Them - Erika Sweet - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/cross_platform_pitfalls_and_how_to_avoid_them/cross_platform_pitfalls_and_how_to_avoid_them__erika_sweet__cppcon_2020.pdf
---
C++ cross-platform development is difficult. These…
🍌
C++ Feed
C++ User Group (Youtube)
YouTube
Pure Virtual Cast / Александр Бычук // 24 сентября 2020
Ближайшая конференция: C++ Russia 2022 — 6-8 июня.Подробности и билеты: https://bit.ly/3Fm6bGr— Ближайшая конференция: C++ Russia 2022 — 6-9 июня.Подробности...
🍌
C++ Feed
Modernes C++ -
ModernesCpp.com
constexpr std::vector and std::string in C++20