Explore >> Select a destination


You are here

denniskubes.com
| | www.playembedded.org
1.6 parsecs away

Travel
| | Pointers can be a daunting concept for those new to the C programming language, but they are a very powerful tool that can greatly improve the efficiency of your code. In this article, we will demystify pointers and explain how they work, why they
| | martijnv.com
3.4 parsecs away

Travel
| | Hello there! This is my personal website, here you will see some blogs about my personal projects and other tech related stuff.
| | erikmcclure.com
4.2 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.
| | jamie-wong.com
24.7 parsecs away

Travel
| [AI summary] Jamie Wong discusses the tradeoffs between dynamically and statically typed programming languages, exploring how modern languages are attempting to blend the best features of both to improve iteration speed, correctness checking, and development support.