My C++ Programs
Here you can find the source code for various things I have written or worked on in C++.
CS2141 (Software Development in C++)
Program 1 - Draws an ASCII floorplan based on a matric input file
Program 2 - Simulates an ASCII fish tank based on a matrix input
Program 3 - Card game "War" to demonstrate object oriented programming
Program 4 - Card game Blackjack
Program 5 - Calculator, demonstrates error handling methods
Program 6 - Cow milking problem to demonstrate STL usage