|
You are here |
www.foonathan.net | ||
| | | | |
www.reedbeta.com
|
|
| | | | | Pixels and polygons and shaders, oh my! | |
| | | | |
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. | |
| | | | |
www.fluentcpp.com
|
|
| | | | | std::exchange is a underused function of the C++ standard library. Here is how it can make your code expressive. | |
| | | | |
www.jessesquires.com
|
|
| | | 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... | ||