/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

educatedguesswork.org
| | erikmcclure.com
4.8 parsecs away

Travel
| | [ 1 · 2 · 3 · 4 · 5 · 6 · 7 ] We still have a lot of ground to cover on pointers, but before we do, we need to address certain conceptual frameworks missing from C# that one must be intimately familiar with when moving to C++. Specifically, in C# you mostly work with the Heap. The heap is not difficult to understand - its a giant lump of memory that you take chunks out of to allocate space for your classes.
| | blog.demofox.org
2.9 parsecs away

Travel
| | If you are a C/C++ programmer, you are likely familiar with malloc() and free(), the predecessors to C++'s new and delete operators, as well as the existence of the variations of malloc such as calloc, realloc and alloca. If you are like me, you probably thought for a long while that malloc and it's variations...
| | samwho.dev
2.0 parsecs away

Travel
| | A visual introduction to memory allocation.
| | www.moiji-mobile.com
21.3 parsecs away

Travel
| [AI summary] The author explains how to build portable Go static binaries for Linux distributions using Alpine and Docker to avoid dynamic linking dependencies