Explore >> Select a destination


You are here

philjordan.eu
| | thasso.xyz
10.1 parsecs away

Travel
| | My personal blog about things I find interesting. Hit me up!
| | hackingcpp.com
16.4 parsecs away

Travel
| | Destructors - one of the most important language constructs of C++ - allow to tie resource management to an object's lifetime (also known as RAII).
| | danielsieger.com
10.9 parsecs away

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

Travel
| A pure function always returns the same value for the same arguments and produces no side effects.