cppfor2020-06
C++For 2020-06-29 ... 2020-07-03
Kursbegleitende Extras
- Coding Standards: 101 Rules, Guidelines, and Best Practices
https://www.oreilly.com/library/view/c-coding-standards/0321113586/ - State Machine als Beispiel für "Pointer auf Member Function"
https://godbolt.org/z/EdER68 (copy-paste Code Basics-36...46)
https://godbolt.org/z/gXvYHP (using-typedefs alternativ) - C++FAQ Inheritance
https://isocpp.org/wiki/faq/basics-of-inheritance - ICU-Library (Unicode Problematik)
http://site.icu-project.org/home - Fehlerbehandlung mit Return-Codes
https://godbolt.org/z/iaqe-W (copy-paste EX-6...9) - Fehlerbehandlung mit Execeptions
https://godbolt.org/z/A6bg9U (copy-paste EX-15...18)
https://godbolt.org/z/S4op5a (copy-paste EX-21...24)
https://godbolt.org/z/ve-bBX (copy-paste EX-25)
https://godbolt.org/z/m7K92A (copy-paste EX-26)
https://godbolt.org/z/iYJ4yJ (copy-paste EX-27)
https://godbolt.org/z/WquFzw (copy-paste EX-30...33)
https://godbolt.org/z/XHtBLn (copy-paste EX-42...44)
https://godbolt.org/z/mdVmeY (copy-paste EX-42..43+45)
https://godbolt.org/z/gejU3B (copy-paste EX-42..43+46)
https://godbolt.org/z/KUw753 - Infographic type-based Branching
- Grundlagen new und delete
https://godbolt.org/z/mxgMWZ (copy-paste DYNMM-7, 8...11) - Grundlagen new[] und delete[]
https://godbolt.org/z/c28e2F (copy-paste DYNMM-7, 14...15)
https://godbolt.org/z/_EWr9o ??? - Infographic Smart-Pointer