Cplusplus

Worm

The classic video game written in C++, and using the linux screen manipulation library, Curses.

Directory Entry

Building the internal representation of a directory hierarchy, a rooted tree data structure.

Active v1

An activity logging application, written for the terminal in C++.

Linearly Nested Lists

Parsing linearly nested lists using a lexical analyzer.

Maze

A Maze game, written in C++.

Maze GUI

Expanding the maze game into a GUI with Microsoft Foundation Classes (MFC).

Recursive List Nodes

Building recursive list nodes with a lexical analyzer.

Recursive Lists

Learning to think recursively, an introduction to the Recursive List ADT used by the programming language Lisp.

Recursively Nested Lists

Parsing recursively nested lists using a lexical analyzer.

The Roman Calculator

Executing assignment statements involving roman numeral expressions.