Explore >> Select a destination


You are here

brevzin.github.io
| | www.cppstories.com
10.7 parsecs away

Travel
| | // how does it work? auto i = 0; // ?? C++11 brings us a very useful set of tools. It adds fresh air to the hard life of a programmer. The updated syntax makes the language a more modern and easier to use. In this post let's take a quick look at a nice keyword 'auto' that, at first sight might seem very simple.
| | mpark.github.io
12.8 parsecs away

Travel
| | The pitfall of eagerness of perfect forwarding.
| | akrzemi1.wordpress.com
6.2 parsecs away

Travel
| | The language feature in C++17 known as class template argument deduction was intended to supersede factory functions like make_pair, make_tuple, make_optional, as described in p0091r2. This goal has not been fully achieved and we may still need to stick to make_ functions. In this post we will briefly describe what class template argument deduction is,...
| | joellaity.com
36.6 parsecs away

Travel
|