An interpreter written in C++ for everyone's favourite cryptic programming language.
This is a CMake project so it can be built with GNU Make or whatever your preferred generator is.
cmake . && make
The interpreter can be invoked with a path to a Brainfuck source file.
./brainfuck <source_file>