Monday, March 14, 2011

primitive banking account system in C++

For object oriented programming 2, our second assignment was to build a primitive banking account system that allows withdrawal and deposits. I did the serialization and un-serialization part for extra credit.

The code with its multitude of classes can be found here.

No comments:

Post a Comment