 
      
    | You are here | philjordan.eu | ||
| | | | | thasso.xyz | |
| | | | | My personal blog about things I find interesting. Hit me up! | |
| | | | | hackingcpp.com | |
| | | | | 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 | |
| | | | | An introduction the the opaque pointer pattern and its implementation in modern C++ using std::unique_ptr. | |
| | | | | dmitripavlutin.com | |
| | | A pure function always returns the same value for the same arguments and produces no side effects. | ||