The GitHub Classroom link is in Brightspace.
Normally, each these programs would each be in a separate Git repository. We only have them in one repository as separate repos would required four separate invitations.
Fix the code with the following problems in the following order:
@TODODo not:
this-> to fixPerform each change in a separate commit
Note that the Bank problem is really a compiler warning, not a compiler error. However, it is more complicated than that. While clang issues a warning, gcc does not. Here is the clang warning:
You will want to compile with both gcc and clang. See the Guide: Compilers for instructions.