Live data from Hacker News

Show HN: C Pointer Game – Pointers, Arrays and Strings for Kids

punkx.org

1–2 of 2 posts

Re: Show HN: C Pointer Game – Pointers, Arrays and Strings for Kids

#2
I made this game so I can teach my daughter C, particularly thinking about how things exist in memory, while traveling and having dinner or waiting for the bus.

Just grabbing a few cards and looking for where they exist in memory is a fun challenge, but also helps to understand and not be scared of the very overloaded []()* syntax in C.