C++ Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (Wrapping Algorithms into Iterators) |
Claas (Diskussion | Beiträge) (Polymorphism) |
||
Zeile 8: | Zeile 8: | ||
== Iterators == | == Iterators == | ||
* [https://blog.galowicz.de/2016/09/04/algorithms_in_iterators/ Wrapping Algorithms into Iterators] | * [https://blog.galowicz.de/2016/09/04/algorithms_in_iterators/ Wrapping Algorithms into Iterators] | ||
== Polymorphism == | |||
* [https://akrzemi1.wordpress.com/2016/02/27/another-polymorphism/ Polymorphism using variand] | |||
== Random == | == Random == |
Version vom 5. September 2016, 13:25 Uhr
Exceptions
Tuples
Iterators
Polymorphism
Random
Metaprogramming
- Size of an array (another way)
- static_if
- Deep copy using a polymorphic wrapper
- A customizable framework