🍌
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
CppCon (Youtube)
YouTube
Just-in-Time Compilation - JF Bastien - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/justintime_compilation/justintime_compilation__jf_bastien__cppcon_2020.pdf
---
Just-in-Time compilers... we've all heard of them! What are they really? Why would anyone want…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Back to Basics: Pointers and Memory - Ben Saks - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
The prevailing wisdom in Modern C++ is to favor smart pointers and container classes over raw pointers and built-in arrays -- there are too many traps and pitfalls that come with using those more…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Modern Software Needs Embedded Modern C++ Programming - Michael Wong - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
As the chair of SG14 Embedded, I like to give an update of what we have done for embedded. But this talk is much more than that. It will describe our group's collective experience in what is Embedded…
🍌
C++ Feed
CppCon (Youtube)
YouTube
2020: The Year of Sanitizers? - Victor Ciura - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/2020_the_year_of_sanitizers/2020_the_year_of_sanitizers__victor_ciura__cppcon_2020.pdf
---
Clang-tidy is the go-to assistant for most C++ programmers looking to improve their…
🍌
C++ Feed
C++
Plenary: The Beauty and Power of "Primitive" C++ - Bjarne Stroustrup - CppCon 2020
reddit
Plenary: The Beauty and Power of "Primitive" C++ - Bjarne...
Posted in r/cpp by u/wotype • 6 points and 0 comments
🍌
C++ Feed
C++
std::exchange Patterns: Fast, Safe, Expressive, and Probably Underused
reddit
std::exchange Patterns: Fast, Safe, Expressive, and Probably Underused
Posted in r/cpp by u/mttd • 2 points and 0 comments
🍌
C++ Feed
CppCon (Youtube)
YouTube
Test Driven C++ - Phil Nash - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
We know that testing is important, but writing tests is hard and takes time - and can be demotivating when you want to hack out features.
But what if we flipped the whole thing around? It turns…
🍌
C++ Feed
CppCon (Youtube)
YouTube
C++20 STL Features: One Year of Development on GitHub - Stephan T. Lavavej - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/cpp20_stl_features_1_year_of_development_on_github/cpp20_stl_features_1_year_of_development_on_github__stephan_t_lavavej__cppcon_2020.pdf
---
At CppCon 2019, Microsoft open…
🍌
C++ Feed
C++
Free hands-on online Conan C++ package manager training
reddit
Free hands-on online Conan C++ package manager training
Posted in r/cpp by u/drodri • 2 points and 0 comments
🍌
C++ Feed
CppCon (Youtube)
YouTube
Dealing with Embedded Limitations - Panel Discussion hosted by Ben Saks - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Many embedded systems have requirements on latency, memory usage, and resource consumption. This is especially true of safety-critical and security-related systems. Many programmers and organizations…
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
Thank you @DigitalOcean for hosting all of our ISOCPP websites https://t.co/HOEUWfyCzW
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
2020-09 mailing available https://t.co/fSaBrHXYZg #cpp
🍌
C++ Feed
C++
Structured binding may be the new hotness, but we'll always have std::tie
reddit
Structured binding may be the new hotness, but we'll always have...
Posted in r/cpp by u/vormestrand • 3 points and 1 comment
🍌
C++ Feed
C++
Simple C++ Socket Programming Base / Library: Works for Windows and Linux
reddit
Simple C++ Socket Programming Base / Library: Works for Windows...
Thought this might be useful for everyone doing entry-level socket programming in C++. Currently C++ does not have a unified way to write socket...
🍌
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…