|
You are here |
ericniebler.github.io | ||
| | | | |
botondballo.wordpress.com
|
|
| | | | | Summary / TL;DR Project What's in it? Status C++17 See list Published! C++20 See below On track Library Fundamentals TS v2 source code information capture and various utilities Published! Parts of it merged into C++17 Concepts TS Constrained templates Merged into C++20 with some modifications Parallelism TS v2 Task blocks, library vector types and algorithms,... | |
| | | | |
hackingcpp.com
|
|
| | | | | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms. | |
| | | | |
bartoszmilewski.com
|
|
| | | | | Lazy evaluation can be a powerful tool for structuring your code. For instance, it can let you turn your code inside out, inverting the flow of control. Many a Haskell program take advantage of laziness to express algorithms in clear succinct terms, turning them from recipes to declarations. The question for today's blog post is:... | |
| | | | |
tm.durusau.net
|
|
| | | [AI summary] An article discussing the importance of types and functions in programming, specifically addressing the debate between static and dynamic typing through a thought experiment. | ||