|
Tartalom
Inhalts
Contents
|
|
|
|
|
|
|
|
|
Itt érdekes cikkek és videók gyűjteménye található.
Hibakezelés
Aaron Maxwell:
The Most Diabolical Python Antipattern,
Real Python,
2014.
|
|
Peter Muldoon:
Exceptionally Bad: The Misuse of Exceptions in C++ & How to Do Better,
CppCon,
2023.
|
Arno Schödl:
A Practical Approach to Error Handling,
SwedenCpp,
2017.
|
|
|
Andrzej Krzemieński:
Seeing the bigger picture part I,
code::dive,
2014.
|
Andrzej Krzemieński:
Seeing the bigger picture part II,
code::dive,
2014.
|
|
|
Kódszervezés
Vincent Reverdy:
Towards a standard unit systems library,
C++ Standards Committee Papers,
2019.
|
Arne Mertz:
Use Stronger Types!,
Simplify C++,
2016.
|
Andy Balaam:
Mocks are Bad, Layers are Bad,
ACCU Overload,
2015.
|
|
Sean Parent:
Warning: std::find() is Broken!,
CppCon,
2021.
|
Arthur O'Dwyer:
Back to Basics: Algebraic Data Types,
CppCon,
2020.
|
|
|
Hyrum Wright:
Time Travel: Applying Gradual Typing to Time Types with Clang's LibTooling,
CppCon,
2019.
|
Eric Niebler,
David Hollman:
A Unifying Abstraction for Async in C++,
CppCon,
2019.
|
|
|
Nicolai Josuttis:
When C++ Style Guides Contradict,
CppCon,
2019.
|
Howard Hinnant:
Design Rationale for the chrono Library,
Meeting C++,
2019.
|
|
|
Matthew Fleming:
The Smart Pointers I Wish I Had,
CppCon,
2019.
|
Robert M. Avram:
A Series of Unfortunate Effects,
Lambda World,
2019.
|
|
|
Kate Gregory:
Simplicity: Not Just For Beginners,
CppCon,
2018.
|
Ivan Čukić:
Functional programming: Data,
Meeting C++,
2017.
|
|
|
Michael Park:
Enhanced Support for Value Semantics in C++17,
CppCon,
2017.
|
Nicolai Josuttis:
The Nightmare of Move Semantics for Trivial Classes,
CppCon,
2017.
|
|
|
Robert Smallshire:
Get to grips with asyncio in Python 3,
NDC London,
2017.
|
Ben Deane:
Using Types Effectively,
CppCon,
2016.
|
|
|
Élesben használt kód
Dave Steffen:
The Science of Unit Tests,
CppCon,
2020.
|
Steven Simpson:
Source Instrumentation for Monitoring C++ in Production,
CppCon,
2018.
|
|
|
Ian Cooper:
TDD, Where Did It All Go Wrong,
DevTernity,
2017.
|
David Sankel:
So, you inherited a large code base...,
CppCon,
2017.
|
|
|
Hatékonyság
Shachar Shemesh:
Optimizing Away C++ Virtual Functions May Be Pointless,
CppCon,
2023.
|
Bryce Adelstein-Lelbach:
Benchmarking C++ Code,
CppCon,
2015.
|
|
|
Chandler Carruth:
Tuning C++: Benchmarks, and CPUs, and Compilers! Oh My!,
CppCon,
2015.
|
Bjarne Stroustrup:
Why you should avoid Linked Lists,
GoingNative,
2012.
|
|
|
Konkurrens programozás
Bryce Adelstein-Lelbach:
The C++20 Synchronization Library,
Meeting C++,
2019.
|
Jeffrey Mendelsohn:
Reader-Writer Lock versus Mutex - Understanding a Lost Bet,
CppCon,
2017.
|
|
|
Fedor Pikus:
C++ atomics: from basic to advanced. What do they really do?,
CppCon,
2017.
|
|
|
|
Herb Sutter:
atomic<> Weapons, 1 of 2,
C++ and Beyond,
2012.
|
Herb Sutter:
atomic<> Weapons, 2 of 2,
C++ and Beyond,
2012.
|
|
|
CMake
Unicode
C++ nyelvi elemek
Fordítók
Template metaprogramozás
Hier ist eine Sammlung von interessante Artikel und Videos.
Fehlerbehandlung
Aaron Maxwell:
The Most Diabolical Python Antipattern,
Real Python,
2014.
|
|
Peter Muldoon:
Exceptionally Bad: The Misuse of Exceptions in C++ & How to Do Better,
CppCon,
2023.
|
Arno Schödl:
A Practical Approach to Error Handling,
SwedenCpp,
2017.
|
|
|
Andrzej Krzemieński:
Seeing the bigger picture part I,
code::dive,
2014.
|
Andrzej Krzemieński:
Seeing the bigger picture part II,
code::dive,
2014.
|
|
|
Quelltext-Architektur
Vincent Reverdy:
Towards a standard unit systems library,
C++ Standards Committee Papers,
2019.
|
Arne Mertz:
Use Stronger Types!,
Simplify C++,
2016.
|
Andy Balaam:
Mocks are Bad, Layers are Bad,
ACCU Overload,
2015.
|
|
Sean Parent:
Warning: std::find() is Broken!,
CppCon,
2021.
|
Arthur O'Dwyer:
Back to Basics: Algebraic Data Types,
CppCon,
2020.
|
|
|
Hyrum Wright:
Time Travel: Applying Gradual Typing to Time Types with Clang's LibTooling,
CppCon,
2019.
|
Eric Niebler,
David Hollman:
A Unifying Abstraction for Async in C++,
CppCon,
2019.
|
|
|
Nicolai Josuttis:
When C++ Style Guides Contradict,
CppCon,
2019.
|
Howard Hinnant:
Design Rationale for the chrono Library,
Meeting C++,
2019.
|
|
|
Matthew Fleming:
The Smart Pointers I Wish I Had,
CppCon,
2019.
|
Robert M. Avram:
A Series of Unfortunate Effects,
Lambda World,
2019.
|
|
|
Kate Gregory:
Simplicity: Not Just For Beginners,
CppCon,
2018.
|
Ivan Čukić:
Functional programming: Data,
Meeting C++,
2017.
|
|
|
Michael Park:
Enhanced Support for Value Semantics in C++17,
CppCon,
2017.
|
Nicolai Josuttis:
The Nightmare of Move Semantics for Trivial Classes,
CppCon,
2017.
|
|
|
Robert Smallshire:
Get to grips with asyncio in Python 3,
NDC London,
2017.
|
Ben Deane:
Using Types Effectively,
CppCon,
2016.
|
|
|
Produktionscode
Dave Steffen:
The Science of Unit Tests,
CppCon,
2020.
|
Steven Simpson:
Source Instrumentation for Monitoring C++ in Production,
CppCon,
2018.
|
|
|
Ian Cooper:
TDD, Where Did It All Go Wrong,
DevTernity,
2017.
|
David Sankel:
So, you inherited a large code base...,
CppCon,
2017.
|
|
|
Datenverarbeitungsgeschwindigkeit
Shachar Shemesh:
Optimizing Away C++ Virtual Functions May Be Pointless,
CppCon,
2023.
|
Bryce Adelstein-Lelbach:
Benchmarking C++ Code,
CppCon,
2015.
|
|
|
Chandler Carruth:
Tuning C++: Benchmarks, and CPUs, and Compilers! Oh My!,
CppCon,
2015.
|
Bjarne Stroustrup:
Why you should avoid Linked Lists,
GoingNative,
2012.
|
|
|
Nebenläufigkeit
Bryce Adelstein-Lelbach:
The C++20 Synchronization Library,
Meeting C++,
2019.
|
Jeffrey Mendelsohn:
Reader-Writer Lock versus Mutex - Understanding a Lost Bet,
CppCon,
2017.
|
|
|
Fedor Pikus:
C++ atomics: from basic to advanced. What do they really do?,
CppCon,
2017.
|
|
|
|
Herb Sutter:
atomic<> Weapons, 1 of 2,
C++ and Beyond,
2012.
|
Herb Sutter:
atomic<> Weapons, 2 of 2,
C++ and Beyond,
2012.
|
|
|
CMake
Unicode
C++ Sprachenelemente
Compilers
Template-Metaprogrammierung
Here is a collection of interesting articles and videos.
Error handling
Aaron Maxwell:
The Most Diabolical Python Antipattern,
Real Python,
2014.
|
|
Peter Muldoon:
Exceptionally Bad: The Misuse of Exceptions in C++ & How to Do Better,
CppCon,
2023.
|
Arno Schödl:
A Practical Approach to Error Handling,
SwedenCpp,
2017.
|
|
|
Andrzej Krzemieński:
Seeing the bigger picture part I,
code::dive,
2014.
|
Andrzej Krzemieński:
Seeing the bigger picture part II,
code::dive,
2014.
|
|
|
Code architecture
Vincent Reverdy:
Towards a standard unit systems library,
C++ Standards Committee Papers,
2019.
|
Arne Mertz:
Use Stronger Types!,
Simplify C++,
2016.
|
Andy Balaam:
Mocks are Bad, Layers are Bad,
ACCU Overload,
2015.
|
|
Sean Parent:
Warning: std::find() is Broken!,
CppCon,
2021.
|
Arthur O'Dwyer:
Back to Basics: Algebraic Data Types,
CppCon,
2020.
|
|
|
Hyrum Wright:
Time Travel: Applying Gradual Typing to Time Types with Clang's LibTooling,
CppCon,
2019.
|
Eric Niebler,
David Hollman:
A Unifying Abstraction for Async in C++,
CppCon,
2019.
|
|
|
Nicolai Josuttis:
When C++ Style Guides Contradict,
CppCon,
2019.
|
Howard Hinnant:
Design Rationale for the chrono Library,
Meeting C++,
2019.
|
|
|
Matthew Fleming:
The Smart Pointers I Wish I Had,
CppCon,
2019.
|
Robert M. Avram:
A Series of Unfortunate Effects,
Lambda World,
2019.
|
|
|
Kate Gregory:
Simplicity: Not Just For Beginners,
CppCon,
2018.
|
Ivan Čukić:
Functional programming: Data,
Meeting C++,
2017.
|
|
|
Michael Park:
Enhanced Support for Value Semantics in C++17,
CppCon,
2017.
|
Nicolai Josuttis:
The Nightmare of Move Semantics for Trivial Classes,
CppCon,
2017.
|
|
|
Robert Smallshire:
Get to grips with asyncio in Python 3,
NDC London,
2017.
|
Ben Deane:
Using Types Effectively,
CppCon,
2016.
|
|
|
Production code
Dave Steffen:
The Science of Unit Tests,
CppCon,
2020.
|
Steven Simpson:
Source Instrumentation for Monitoring C++ in Production,
CppCon,
2018.
|
|
|
Ian Cooper:
TDD, Where Did It All Go Wrong,
DevTernity,
2017.
|
David Sankel:
So, you inherited a large code base...,
CppCon,
2017.
|
|
|
Performance
Shachar Shemesh:
Optimizing Away C++ Virtual Functions May Be Pointless,
CppCon,
2023.
|
Bryce Adelstein-Lelbach:
Benchmarking C++ Code,
CppCon,
2015.
|
|
|
Chandler Carruth:
Tuning C++: Benchmarks, and CPUs, and Compilers! Oh My!,
CppCon,
2015.
|
Bjarne Stroustrup:
Why you should avoid Linked Lists,
GoingNative,
2012.
|
|
|
Concurrency
Bryce Adelstein-Lelbach:
The C++20 Synchronization Library,
Meeting C++,
2019.
|
Jeffrey Mendelsohn:
Reader-Writer Lock versus Mutex - Understanding a Lost Bet,
CppCon,
2017.
|
|
|
Fedor Pikus:
C++ atomics: from basic to advanced. What do they really do?,
CppCon,
2017.
|
|
|
|
Herb Sutter:
atomic<> Weapons, 1 of 2,
C++ and Beyond,
2012.
|
Herb Sutter:
atomic<> Weapons, 2 of 2,
C++ and Beyond,
2012.
|
|
|
CMake
Unicode
C++ language features
Compilers
Template metaprogramming
|
|
|