Explore >> Select a destination


You are here

hackingcpp.com
| | thasso.xyz
9.1 parsecs away

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

Travel
| | 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
13.4 parsecs away

Travel
| | 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
57.7 parsecs away

Travel
| Learn how to protect API endpoints with access and refresh tokens using the third-party jwt-go library.