/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

www.foonathan.net
| | brevzin.github.io
4.7 parsecs away

Travel
| | I like a declarative approach to programming. Ben Deane has given several good talks on what declarative programming is (such as this one from CppNow 2018), and if you haven't seen them, you should. The idea is to try to write your logic using expressions and to make it correct by construction, rather than using statements and having to reason imperatively.
| | www.thbecker.net
3.1 parsecs away

Travel
| | [AI summary] The article explains how C++11 rvalue references, reference collapsing rules, and std::forward enable perfect forwarding to preserve move semantics.
| | www.kuniga.me
3.2 parsecs away

Travel
| | NP-Incompleteness:
| | baptiste-wicht.com
26.3 parsecs away

Travel
| Variadic Templates C++11 introduced variadic template to the languages. This new feature allows to write template functions and classes taking an arbitrary number of template parameters. This a featur