RSSAmplifier

Jon Kuperman · Mar 14, 2025

C++ Pointers for JavaScript/TypeScript Developers

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

# Introduction I've been coding in JavaScript for years, but recently started working on a project that required C++. The biggest mental hurdle? Pointers. If you're like me, coming from JavaScript or TypeScript, the concept of pointers can feel alien at first. In JavaScript, we create objects and arrays without thinking about where they live in memory: // JavaScript - create and forget const user…

Read on jonkuperman.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.