From e4bc857f1f7edf677c3ffec8021db57043db350d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 26 Jun 2020 15:01:47 +0300 Subject: Started working on a C++ basic bank account project. You can create an account, deposit and withdraw money from it for now. --- CPP/build-Debug/BABS/BankSystem.cpp.o.d | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CPP/build-Debug/BABS/BankSystem.cpp.o.d (limited to 'CPP/build-Debug/BABS/BankSystem.cpp.o.d') diff --git a/CPP/build-Debug/BABS/BankSystem.cpp.o.d b/CPP/build-Debug/BABS/BankSystem.cpp.o.d new file mode 100644 index 0000000..97e857b --- /dev/null +++ b/CPP/build-Debug/BABS/BankSystem.cpp.o.d @@ -0,0 +1,6 @@ +../build-Debug/BABS/BankSystem.cpp.o: BankSystem.cpp BankSystem.h \ + BankAccount.h + +BankSystem.h: + +BankAccount.h: -- cgit v1.2.3