Extending and Simplifying C++: Thoughts on Pattern Matching using `is` and `as` - Herb Sutter
Источник: CppCon
Источник: CppCon
YouTube
Extending and Simplifying C++: Thoughts on Pattern Matching using `is` and `as` - Herb Sutter
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
C++20 is a unique historic milestone: It's the first edition of Standard C++ that’s “D&E-complete,” with essentially all of the features Bjarne Stroustrup outlined in /The Design and Evolution of…
https://github.com/CppCon/CppCon2021
---
C++20 is a unique historic milestone: It's the first edition of Standard C++ that’s “D&E-complete,” with essentially all of the features Bjarne Stroustrup outlined in /The Design and Evolution of…
Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit - Gela Malek Pour - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit - Gela Malek Pour - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
In this 20-minute demo, we will walk you through setting up the Qt SDK environment and creating a sample that visualizes a time aware layer using Esri’s toolkit.
---
Gela Malek Pour
---
Videos…
https://github.com/CppCon/CppCon2020
---
In this 20-minute demo, we will walk you through setting up the Qt SDK environment and creating a sample that visualizes a time aware layer using Esri’s toolkit.
---
Gela Malek Pour
---
Videos…
[Перевод] Как я написал алгоритм сортировки, который быстрее std::sort. Часть 1
Источник: Habr
Автор: mr-pickles
Источник: Habr
Автор: mr-pickles
Хабр
Как я написал алгоритм сортировки, который быстрее std::sort. Часть 1
Прим. Wunder Fund: ну, вы наверное, и сами догадываетесь, как мы любим быстрые алгоритмы и оптимизации. Если вы тоже такое любите — вы знаете, что делать)В наши дни сказать, что изобрёл алгоритм...
Misra Parallelism Safety-critical Guidelines for C++11, 17, Then C++20, 23 - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Misra Parallelism Safety-critical Guidelines for C++11, 17, Then C++20, 23 - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
The next revision of MISRA C++ is heavily anticipated and the group has been working at an even higher cadence since the shutdown. What you may not know is that there is also a group working on…
https://github.com/CppCon/CppCon2021
---
The next revision of MISRA C++ is heavily anticipated and the group has been working at an even higher cadence since the shutdown. What you may not know is that there is also a group working on…
Documentation in the Era of Concepts and Ranges - Christopher Di Bella & Sy Brand - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Documentation in the Era of Concepts and Ranges - Christopher Di Bella & Sy Brand - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Concepts and ranges change how we should think about documentation in C++.
Concepts give us a new way to explicitly constrain templates without resorting to arcane tricks, directly stating requirements…
https://github.com/CppCon/CppCon2021
---
Concepts and ranges change how we should think about documentation in C++.
Concepts give us a new way to explicitly constrain templates without resorting to arcane tricks, directly stating requirements…