/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
| | hackingcpp.com
4.2 parsecs away

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

Travel
| | From dynamic container operations to compile-time constants, C++ offers a variety of techniques (as in this famous Meme :)). In this article, we'll delve into advanced initialization methods likereserve() and emplace_backfor containers to tuples with piecewise_construct and forward_as_tuple. Thanks to those techniques, we can reduce the number of temporary objects and create variables more efficiently.
| | www.reedbeta.com
3.6 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | mpark.github.io
36.7 parsecs away

Travel
| Can we work around the limitations of non-type template parameters?