🍌
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
Closing the Gap between Rust and C++ Using Principles of Static Analysis - Sunny Chatterjee - CppCon
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Did you know that 70% of serious security bugs are a result of memory safety issues? As a C++ developer, you may have heard about the safety benefits of Rust language. Although both Rust and C++…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Back to Basics: Templates (part 1 of 2) - Andreas Fertig - CppCon 2020
PART 2: https://youtu.be/0dtjDTEE0hQ
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/back_to_basics_templates_part_1/back_to_basics_templates_part_1__andreas_fertig__cppcon_2020.pdf
---
Template Basics
This talk is a two…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Back to Basics: Templates (part 2 of 2) - Andreas Fertig - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/back_to_basics_templates_part_2/back_to_basics_templates_part_2__andreas_fertig__cppcon_2020.pdf
---
Advanced Templates
This is the second part of Templates where go more into…
🍌
C++ Feed
CppCon (Youtube)
YouTube
40 Years Of Evolution from Functions to Coroutines - Rainer Grimm - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
The evolution of a callable stands for the evolution of C++. Here are the main evolution steps.
It all started with a function. Additionally, C++98 supports objects that behave like functions.…
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
CppCon 2020 Trip Report--Conor Hoekstra https://t.co/bdQZJWSyQc #cpp
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
CppCon 2020 Trip Report--Shafik Yaghmour https://t.co/yO6qbJi6PC #cpp
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
Attending the virtual CppCon 2020--Jens Weller https://t.co/BEsLhF0cOI #cpp
🍌
C++ Feed
CppCon (Youtube)
YouTube
Making Iterators, Views and Containers Easier to Write with Boost.STLInterfaces - Zach Laine CppCon
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/making_iterators_views_and_containers_easier_to_write_with_booststlinterfaces/making_iterators_views_and_containers_easier_to_write_with_booststlinterfaces__zach_laine__cppcon_2020.pdf…
🍌
C++ Feed
C++
Socket understanding
reddit
Socket understanding
I know there are probably tons of threads on here regarding this topic, but I really need to help. I just need a dumbed down explanation of how...
🍌
C++ Feed
Fluent C++
std::exchange Patterns: Fast, Safe, Expressive, and Probably Underused
Fluent C++
std::exchange Patterns: Fast, Safe, Expressive, and Probably Underused
Expressive code in C++
🍌
C++ Feed
CppCon (Youtube)
YouTube
Plenary: The Beauty and Power of "Primitive" C++ - Bjarne Stroustrup - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/the_powr_and_beauty_of_primitive_c/the_powr_and_beauty_of_primitive_c__bjarne_stroustrup__cppcon_2020.pdf
---
Often, we focus on novel, clever, and advanced features of C++.…
🍌
C++ Feed
C++
Boost library to read EXIF data from an image file?
reddit
Boost library to read EXIF data from an image file?
Are there any libraries in Boost that provide the functionality to retrieve EXIF data from an image? From what I have read, `boost::filesystem`...
🍌
C++ Feed
C++
Generating compile_cemmands.json from eclipse project
reddit
Generating compile_cemmands.json from eclipse project
How can i generate compile_commands.json for eclipse c/c++ project. I used use bear and compiledb for other c projects that has make files. ...
🍌
C++ Feed
C++
Meeting C++ online - Basit Ayantunde - Functional Error and Optional value Handling with STX
reddit
Meeting C++ online - Basit Ayantunde - Functional Error and...
Posted in r/cpp by u/meetingcpp • 6 points and 0 comments
🍌
C++ Feed
C++
Do you have a preferred library for constexpr data structures?
reddit
Do you have a preferred library for constexpr data structures?
Do y'all have a preferred library of constexpr data structures? I'm trying to find something like the embedded STL...
🍌
C++ Feed
CppCon (Youtube)
YouTube
A Physical Units Library For the Next C++ - Mateusz Pusz - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/a_physical_units_library_for_the_next_cpp/a_physical_units_library_for_the_next_cpp__mateusz_pusz__cppcon_2020.pdf
---
During CppCon 2019 Mateusz provided an overview of current…
🍌
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