|
You are here |
philjordan.eu | ||
| | | | |
thasso.xyz
|
|
| | | | | My personal blog about things I find interesting. Hit me up! | |
| | | | |
www.cimgf.com
|
|
| | | | | [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
|
|
| | | | | An introduction the the opaque pointer pattern and its implementation in modern C++ using std::unique_ptr. | |
| | | | |
akrzemi1.wordpress.com
|
|
| | | 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,... | ||