Explore >> Select a destination


You are here

www.foonathan.net
| | www.reedbeta.com
3.6 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | 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.fluentcpp.com
3.9 parsecs away

Travel
| | std::exchange is a underused function of the C++ standard library. Here is how it can make your code expressive.
| | www.jessesquires.com
24.6 parsecs away

Travel
| Today I am deprecating my open source library, JSQDataSourcesKit. I have already marked the CocoaPod as deprecated and archived the repo on GitHub. I will no...