/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

ericniebler.com
| | herbsutter.com
4.1 parsecs away

Travel
| | C++ "move" semantics are simple, and unchanged since C++11. But they are still widely misunderstood, sometimes because of unclear teaching and sometimes because of a desire to view move as something else instead of what it is. This post is an attempt to shed light on that situation. Thank you to the following for their...
| | hackingcpp.com
5.0 parsecs away

Travel
| | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms.
| | www.cppstories.com
5.2 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?
| | www.creativedeletion.com
29.5 parsecs away

Travel
| Five years ago Elixir code would usually have to call third party applications to handle date, time and time zones. And blog posts (including on this blog), ...