aboutsummaryrefslogtreecommitdiff
path: root/CPP/build-Debug/BABS
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-06-26 15:01:47 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-06-26 15:01:47 +0300
commite4bc857f1f7edf677c3ffec8021db57043db350d (patch)
treeff2caab04d41e5dc8288a3deeb4b6553e5356af9 /CPP/build-Debug/BABS
parent55571ba49d08581ee9d52b653cb84a37d81dd151 (diff)
downloadSelf-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar
Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar.gz
Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.zip
Started working on a C++ basic bank account project. You can create an account, deposit and withdraw money from it for now.
Diffstat (limited to 'CPP/build-Debug/BABS')
-rw-r--r--CPP/build-Debug/BABS/.d1
-rw-r--r--CPP/build-Debug/BABS/BankAccount.cpp.obin0 -> 140112 bytes
-rw-r--r--CPP/build-Debug/BABS/BankAccount.cpp.o.d3
-rw-r--r--CPP/build-Debug/BABS/BankSystem.cpp.obin0 -> 167800 bytes
-rw-r--r--CPP/build-Debug/BABS/BankSystem.cpp.o.d6
-rw-r--r--CPP/build-Debug/BABS/ObjectsList.txt1
-rw-r--r--CPP/build-Debug/BABS/main.cpp.obin0 -> 38976 bytes
-rw-r--r--CPP/build-Debug/BABS/main.cpp.o.d5
8 files changed, 16 insertions, 0 deletions
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
--- /dev/null
+++ b/CPP/build-Debug/BABS/BankAccount.cpp.o
Binary files 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
--- /dev/null
+++ b/CPP/build-Debug/BABS/BankSystem.cpp.o
Binary files 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
--- /dev/null
+++ b/CPP/build-Debug/BABS/main.cpp.o
Binary files 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: