C++ Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (Links added) |
Claas (Diskussion | Beiträge) (Composing Lambdas) |
||
Zeile 13: | Zeile 13: | ||
* [http://blog.therocode.net/2016/01/copyable-polymorphic-wrapper Deep copy using a polymorphic wrapper] | * [http://blog.therocode.net/2016/01/copyable-polymorphic-wrapper Deep copy using a polymorphic wrapper] | ||
* [https://akrzemi1.wordpress.com/2016/01/16/a-customizable-framework/ A customizable framework] | * [https://akrzemi1.wordpress.com/2016/01/16/a-customizable-framework/ A customizable framework] | ||
== Lambdas == | |||
[http://learnmeahaskell.blogspot.de/2014/05/composing-lambdas-in-c14-and-functions.html Composing Lambdas in C++14 -- and Functions] | |||
== Network == | == Network == | ||
* [https://medium.com/hacker-daily/writing-high-performance-servers-in-modern-c-7cd00926828 Writing modern C++ servers using Wangle] | * [https://medium.com/hacker-daily/writing-high-performance-servers-in-modern-c-7cd00926828 Writing modern C++ servers using Wangle] |
Version vom 28. Januar 2016, 23:28 Uhr
Exceptions
Tuples
Random
Metaprogramming
- Size of an array (another way)
- static_if
- Deep copy using a polymorphic wrapper
- A customizable framework
Lambdas
Composing Lambdas in C++14 -- and Functions