You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Menu-driven C++ account manager demonstrating OOP (base Account with Checking/Savings), manual dynamic memory (no STL), and the Big Three (destructor, copy ctor, copy assignment) with operator-overloaded I/O. Supports validated input, file I/O (load/save), and builds via the included Makefile.