/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

quuxplusone.github.io
| | www.cppstories.com
4.4 parsecs away

Travel
| | When you see an article about new C++ features, most of the time you'll have a description of major elements. Looking at C++17, there are a lot of posts (including articles from this blog) about structured bindings, filesystem, parallel algorithms, if constexpr, std::optional, std::variant... and other prominent C++17 additions. But how about some smaller parts?
| | hackingcpp.com
4.1 parsecs away

Travel
| | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms.
| | ericniebler.com
5.0 parsecs away

Travel
| | As you may have heard by now, Ranges got merged and will be part of C++20. This is huge news and represents probably the biggest shift the Standard Library has seen since it was first standardized ...
| | anthonysciamanna.com
27.9 parsecs away

Travel
| Code katas provide an opportunity to practice our software development skills, recognize patterns, and learn how to apply techniques. In general, we pro...