#cpp
Read more stories on Hashnode
Articles with this tag
Just figure out a way how. · That way, by the way, is almost always "start working on the project." I never thought I could make a game from "scratch" in...
M.A.R.I.E. Have you heard of MARIE before? Probably not. It stands for Machine Architecture that is Really Intuitive and Easy, and you can read more...
Multimaps and recursion, oh my · Day 12 of the 2017 Advent of Code was a fun one. In it, we're given a series of 'programs' that are connected to one...
Iterators? You got that right. · Iterators. They're confusing. They're (sorta) pointers. They're mostly pointers. But they're not quite normal pointers....
Simplest interpreter ever? · Advent of Code 2017 Day 5 is a fun little diversion. Basically, we have the world's simplest assembly code: each line has a...
Turtles all the way down. I won't be sharing all the code I used to solve day 3, but there's a 'new' form of memory that writes in a spiral, using...