/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

abseil.io
| | www.cppstories.com
7.5 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.
| | cplusplus.github.io
6.6 parsecs away

Travel
| | C++ library issue. Status: C++23
| | shafik.github.io
5.4 parsecs away

Travel
| | C++ initialization, arrays and lambdas oh my!
| | btxx.org
23.0 parsecs away

Travel
| [AI summary] A guide explaining a basic Gulp setup for compiling Sass into CSS with tasks for building and watching a Jekyll site.