 
      
    | You are here | hackingcpp.com | ||
| | | | | thasso.xyz | |
| | | | | My personal blog about things I find interesting. Hit me up! | |
| | | | | golangbot.com | |
| | | | | A pointer is a variable that stores the memory address of another variable. This tutorial covers pointer declaration, dereferencing and various other topics with examples. | |
| | | | | eyakubovich.github.io | |
| | | | | The guidance around function arguments and smart pointers is quite old, yet I still see it used incorrectly. In this post, we'll explore the guidance and the costs of not following the advice. C++ Core Guidelines make this point clear: F.7: For general use, take T* or T& arguments rather... | |
| | | | | bartlomiejmika.com | |
| | | Learn how to protect API endpoints with access and refresh tokens using the third-party jwt-go library. | ||