/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

howardhinnant.github.io
| | www.cppstories.com
6.4 parsecs away

Travel
| | Let's take a pair of two types - what can you do with such composition? In this article, I'll describe std:optional - a new helper type added in C++17. It's a wrapper for your type and a flag that indicates if the value is initialized or not. Let's see where it can be useful and how you can use it.
| | www.codeproject.com
5.6 parsecs away

Travel
| | A implementation of a delegate library which can work faster than "the Fastest Possible C++ Delegates" and is completely compatible with the C++ Standard.
| | ericniebler.com
6.2 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 ...
| | www.freshblurbs.com
31.6 parsecs away

Travel
| Common Software Design Patterns - Fresh Blurbs by Irakli Nadareishvili