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/.d | 1 + CPP/build-Debug/BABS/BankAccount.cpp.o | Bin 0 -> 140112 bytes CPP/build-Debug/BABS/BankAccount.cpp.o.d | 3 +++ CPP/build-Debug/BABS/BankSystem.cpp.o | Bin 0 -> 167800 bytes CPP/build-Debug/BABS/BankSystem.cpp.o.d | 6 ++++++ CPP/build-Debug/BABS/ObjectsList.txt | 1 + CPP/build-Debug/BABS/main.cpp.o | Bin 0 -> 38976 bytes CPP/build-Debug/BABS/main.cpp.o.d | 5 +++++ 8 files changed, 16 insertions(+) create mode 100644 CPP/build-Debug/BABS/.d create mode 100644 CPP/build-Debug/BABS/BankAccount.cpp.o create mode 100644 CPP/build-Debug/BABS/BankAccount.cpp.o.d create mode 100644 CPP/build-Debug/BABS/BankSystem.cpp.o create mode 100644 CPP/build-Debug/BABS/BankSystem.cpp.o.d create mode 100644 CPP/build-Debug/BABS/ObjectsList.txt create mode 100644 CPP/build-Debug/BABS/main.cpp.o create mode 100644 CPP/build-Debug/BABS/main.cpp.o.d (limited to 'CPP/build-Debug/BABS') diff --git a/CPP/build-Debug/BABS/.d b/CPP/build-Debug/BABS/.d new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CPP/build-Debug/BABS/.d @@ -0,0 +1 @@ + diff --git a/CPP/build-Debug/BABS/BankAccount.cpp.o b/CPP/build-Debug/BABS/BankAccount.cpp.o new file mode 100644 index 0000000..3c3b01a Binary files /dev/null and b/CPP/build-Debug/BABS/BankAccount.cpp.o differ diff --git a/CPP/build-Debug/BABS/BankAccount.cpp.o.d b/CPP/build-Debug/BABS/BankAccount.cpp.o.d new file mode 100644 index 0000000..a37af18 --- /dev/null +++ b/CPP/build-Debug/BABS/BankAccount.cpp.o.d @@ -0,0 +1,3 @@ +../build-Debug/BABS/BankAccount.cpp.o: BankAccount.cpp BankAccount.h + +BankAccount.h: diff --git a/CPP/build-Debug/BABS/BankSystem.cpp.o b/CPP/build-Debug/BABS/BankSystem.cpp.o new file mode 100644 index 0000000..9a7dc03 Binary files /dev/null and b/CPP/build-Debug/BABS/BankSystem.cpp.o differ 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: diff --git a/CPP/build-Debug/BABS/ObjectsList.txt b/CPP/build-Debug/BABS/ObjectsList.txt new file mode 100644 index 0000000..0404e94 --- /dev/null +++ b/CPP/build-Debug/BABS/ObjectsList.txt @@ -0,0 +1 @@ +../build-Debug/BABS/main.cpp.o ../build-Debug/BABS/BankSystem.cpp.o ../build-Debug/BABS/BankAccount.cpp.o diff --git a/CPP/build-Debug/BABS/main.cpp.o b/CPP/build-Debug/BABS/main.cpp.o new file mode 100644 index 0000000..76c6cc8 Binary files /dev/null and b/CPP/build-Debug/BABS/main.cpp.o differ diff --git a/CPP/build-Debug/BABS/main.cpp.o.d b/CPP/build-Debug/BABS/main.cpp.o.d new file mode 100644 index 0000000..574b935 --- /dev/null +++ b/CPP/build-Debug/BABS/main.cpp.o.d @@ -0,0 +1,5 @@ +../build-Debug/BABS/main.cpp.o: main.cpp BankSystem.h BankAccount.h + +BankSystem.h: + +BankAccount.h: -- cgit v1.2.3