Vector Calculator
Created as part of an assignment in my first year of university. This was a simple application to display the results of various mathematical operations on vectors. A math library was created which included vector and matrix data types. This library also provided the functionality for the mathematical operations. In order to display the results a graphics library called allegro was used.