Explore >> Select a destination


You are here

philjordan.eu
| | thasso.xyz
4.9 parsecs away

Travel
| | My personal blog about things I find interesting. Hit me up!
| | www.cimgf.com
5.0 parsecs away

Travel
| | [AI summary] This blog post outlines a comprehensive coding style guide for Objective-C development, emphasizing consistency, maintainability, and best practices across various coding conventions and project structures.
| | danielsieger.com
3.5 parsecs away

Travel
| | An introduction the the opaque pointer pattern and its implementation in modern C++ using std::unique_ptr.
| | akrzemi1.wordpress.com
16.0 parsecs away

Travel
| The language feature in C++17 known as class template argument deduction was intended to supersede factory functions like make_pair, make_tuple, make_optional, as described in p0091r2. This goal has not been fully achieved and we may still need to stick to make_ functions. In this post we will briefly describe what class template argument deduction is,...