🍌
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++
Draft proposal for compilation using C++ as build language
reddit
Draft proposal for compilation using C++ as build language
Hello, There are multiple tools to compile a C++ project: CMake, premake, autoconf, build2, etc. Each of these tools require the learning...
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
New C++ features in GCC 10--Marek Polacek https://t.co/iOWHlhXQ0n #cpp
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
CLion 2020.3 EAP: CTest, Set Execution Point in Debug, Qt project templates...--Anastasia Kazakova https://t.co/7413SHy7d9 #cpp
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
std::exchange Patterns: Fast, Safe, Expressive, and Probably Underused--Ben Deane https://t.co/QajVuouIof #cpp
🍌
C++ Feed
C++
Guide: "A modern, open source C++ dev environment with Visual Studio Code, vcpkg, and CMake"
reddit
Guide: "A modern, open source C++ dev environment with Visual...
Hi there, Almost exactly one week ago [this post](https://www.reddit.com/r/cpp/comments/ix9n1u/why_is_it_such_an_abysmal_pain_to_use_libraries/)...
🍌
C++ Feed
CppCon (Youtube)
YouTube
Practical Memory Pool Based Allocators For Modern C++ - Misha Shalem - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/practical_memory_pool_based_allocators_for_modern_cpp/practical_memory_pool_based_allocators_for_modern_cpp__misha_shalem__cppcon_2020.pdf
---
Runtime-deterministic memory allocations…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Effective Remote C++ Development with Codespaces - Nick Uhlenhuth - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
The rise of remote work and the growth of team sizes present a challenge for C++ developers. Many C++ projects have complex hardware and software requirements, making onboarding of new team members…
🍌
C++ Feed
C++
Do you have any side projects made with C++? Do any of them earn you income?
reddit
Do you have any side projects made with C++? Do any of them earn...
Do any of you C++ devs have any side projects that bring you any income? Yes, yes, a job is the main way most make income. I thoght it might be a...
🍌
C++ Feed
C++
Snippet for Pattern Support in Switch Statements
reddit
Snippet for Pattern Support in Switch Statements
This is a pretty trivial 5 minute example of a switch case with regex support. [https://godbolt.org/z/oavEK8](https://godbolt.org/z/oavEK8) ...
🍌
C++ Feed
C++
Adding Ask me Anything to Meeting C++ 2020
reddit
Adding Ask me Anything to Meeting C++ 2020
Posted in r/cpp by u/meetingcpp • 0 points and 0 comments
🍌
C++ Feed
Standard C++ (Twitter)
Twitter
Standard C++
Adding ask me anything to Meeting C++ 2020 https://t.co/F1IKUTJ09c #cpp
🍌
C++ Feed
C++
Bjarne Stroustrup: The Beauty and Power of "Primitive" C++
reddit
Bjarne Stroustrup: The Beauty and Power of "Primitive" C++
Posted in r/cpp by u/Alexander_Selkirk • 117 points and 2 comments
🍌
C++ Feed
C++
c++20 coroutines, opinions?
reddit
c++20 coroutines, opinions?
Fundamentally this post is asking peoples opinion about the new C++ coroutines. Especially when it comes to application on embedded systems. And,...
🍌
C++ Feed
CppCon (Youtube)
YouTube
Back to Basics: Unit Tests - Ben Saks - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Automated unit tests can accelerate software development by quickly identifying regressions, clarifying interface requirements, and encouraging more modular designs. However, actually incorporating…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Heterogeneous Programming in C++ with SYCL 2020 - Michael Wong & Gordon Brown - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Computer system architecture trends are constantly evolving to provide higher performance and computing power, to support an increasing demand for high-performance computing domains including AI…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Constructing Generic Algorithms: Principles and Practice - Ben Deane - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/constructing_generic_algorithms/constructing_generic_algorithms__ben_deane__cppcon_2020.pdf
---
"You have all these algorithms at your disposal. *Learn them.*"
-- Sean Parent…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Plenary: Performance Matters - Emery Berger - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/performance_matters/performance_matters__emery_berger__cppcon_2020.pdf
---
Performance is one of the chief reasons why many C++ programmers love the language. In the past, Moore's…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Dynamic Polymorphism with Metaclasses and Code Injection - Sy Brand - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Dynamic polymorphism in C++ has historically meant virtual functions and inheritance. However, these form only one possible design for solving this problem, and they bring several implications on…
🍌
C++ Feed
CppCon (Youtube)
YouTube
Just-in-Time Compilation: The Next Big Thing? - Ben Deane & Kris Jusiak - CppCon 2020
https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/justintime_compilation_the_next_big_thing/justintime_compilation_the_next_big_thing__ben_deane_kris_jusiak__cppcon_2020.pdf
---
JITting code is a feature of many languages but…
🍌
C++ Feed
C++
Determining Compile Time Address Difference?
reddit
r/cpp - Determining Compile Time Address Difference?
0 votes and 2 comments so far on Reddit