|
You are here |
abseil.io | ||
| | | | |
www.cppstories.com
|
|
| | | | | 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
|
|
| | | | | C++ library issue. Status: C++23 | |
| | | | |
shafik.github.io
|
|
| | | | | C++ initialization, arrays and lambdas oh my! | |
| | | | |
btxx.org
|
|
| | | [AI summary] A guide explaining a basic Gulp setup for compiling Sass into CSS with tasks for building and watching a Jekyll site. | ||