What have I written?

From C++ to C#, I have written many various programs, solving different problems and prompts.

Chip-8 Emulator

This project is an emulator for the Chip-8 interpreted language. This is easy to program for, and therefore a great first emulator project.

Pig Latin Converter

Converts text into Pig Latin, a fun joke "language". anksthay orfay eckingchay ymay ortfoliopay outyay!

Sales Tax Calculator

Example of Sales Tax calculation via a C++ program.

Pointers & Arrays

This is an example program to show usage of pointers and arrays in C++.