Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/boostcon/cppnow_presentations_2021


https://github.com/boostcon/cppnow_presentations_2021

Last synced: about 2 months ago
JSON representation

Lists

README

        

# CppNow Presentations

- [A Crash Course in Unicode for C++ Developers](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/crash_course_unicode_slides.pdf) by Steve Downey
- [Algorithms from a Compiler Developer's Toolbox](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/CompilerAlgorithmsTalk.pdf) by Gábor Horváth
- [CMake: One Tool To Build Them All](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/CMake_One_Tool_To_Build_Them_All_CppNow.pdf) by Bill Hoffman
- [Converting a State Machine to a C++ 20 Coroutine](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/convert_state_machine_coroutine_slides.pdf) by Steve Downey
- [Executors: The Art of Generating Composable APIs](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/executors_the_art_of_generating_composable_APIs.pptx) by Nikunj Gupta
- [hop: A Language to Design Function-Overload-Sets](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/hop_slides.pdf) by Tobias Loew
- [How to: Colony](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/how_to_colony_8.odp) by Matthew Bentley
- [Iterators and Ranges: Comparing C++ to D to Rust](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/Iteration_Models_slides.pdf) by Barry Revzin
- [Parallelism on Ranges: Should We?](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/Parallelism_on_Ranges.pptx) by Giannis Gonidelis
- [Preconditions, Postconditions, Invariants: How They Help Write Robust Programs](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/andrzej_preconditions.pdf) by Andrzej Krzemieński
- [Semantic Sugar: Tips for Effective Template Library APIs](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/Semantic_Sugar__Tips_for_Effective_Template_Library_APIs_1.pdf) by Roi Barkan
- [So You Think You Know How to Work With Concepts?](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/andrzej_concepts.pdf) by Andrzej Krzemieński
- [Surveying the C++ community](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/cppcommunitysurveys_and_boost.pdf) by Jens Weller
- [Taskflow: A Lightweight Heterogeneous Task Graph Programming System with Control Flow](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/taskflow_a_lightweight_heterogenous_task_graph_programming_system_with_control_flow.pdf) by Tsung-Wei Huang
- [Techniques for Overloading any_invocable](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/techniques_for_overloading_any_invocable.pdf) by Filipp Gelman
- [The Complete Guide to `return x;`](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/2021_05_04__The_Complete_Guide_to_return_x_1.pdf) by Arthur O'Dwyer
- [The Concepts of concepts](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/The_Concepts_of_Concepts_CNow.pptx) by Sandor Dargo
- [The Performance Price of Dynamic Memory in C++](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/Price_of_Dynamic_Memory_CNow2021.pdf) by Ivica Bogosavljevic
- [The Quest For A Better Crash](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/The_Quest_For_A_Better_Crash_Victor_Ciura_C_Now_2021.pdf) by Victor Ciura
- [The Worst Best Practices](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/Jason_Turner_CNow_2021_The_Worst_Best_Practices.pdf) by Jason Turner
- [Using Concepts: C++ Design in a Concept World (part 1 of 2)](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/2021cppnow_learning_concepts.pdf) by Jeff Garland
- [UT - C++20 Unit Testing Framework](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/ut_cpp20_unit_testing_framework_kris_jusiak_cppnow2021.pdf) by Kris Jusiak
- [Variations on variants](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/Variations_on_Variant.pdf) by Roi Barkan
- [Weak Interfaces → Weak Defences: The Bane of Implicit Conversion in our Function Calls](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/Richard_Szalay_Weak_Interfaces_Weak_Defences_SLIDES.pdf) by Richárd Szalay
- [What Belongs in the C++ Standard Library?](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/what_belongs_in_the_cpp_standard_library__r3__2021_05_07_cppnow.pdf) by Bryce Adelstein Lelbach
- [What is an ABI and Why is Breaking it a Problem?](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/what_is_an_ABI_and_why_is_breaking_it_a_problem.pdf) by Marshall Clow
- [When Should You Give Two Things the Same Name?](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/2021_05_03__When_should_you_give_two_things_the_same_name_1.pdf) by Arthur O'Dwyer
- [Windows, MacOS and the Web: Lessons from Cross-platform Development at think-cell](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/crossplatform_development.pdf) by Sebastian Theophil
- [Writing a C++ 20 Module](https://github.com/boostcon/cppnow_presentations_2021/blob/main/cppnow_slides/modulating_a_component_slides.pdf) by Steve Downey