aboutsummaryrefslogtreecommitdiff
path: root/mod_10a/source.h
diff options
context:
space:
mode:
authortill-t <[email protected]>2021-11-02 23:19:57 -0700
committertill-t <[email protected]>2021-11-02 23:19:57 -0700
commitefb5378904d824407e24247b19fdeb4f0eea9475 (patch)
tree91810de53de404cc3af99144f81e02e5512408e7 /mod_10a/source.h
parentFolder for last lab question. Incomplete. (diff)
downloadcst116-lab5-till-t-efb5378904d824407e24247b19fdeb4f0eea9475.tar.xz
cst116-lab5-till-t-efb5378904d824407e24247b19fdeb4f0eea9475.zip
update
Diffstat (limited to 'mod_10a/source.h')
-rw-r--r--mod_10a/source.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/mod_10a/source.h b/mod_10a/source.h
index 023c433..ab77514 100644
--- a/mod_10a/source.h
+++ b/mod_10a/source.h
@@ -1,14 +1,13 @@
-//
//Created by Till on 2-Nov-21.
//
//
-#include <iostream>
-
+#include <iostream> //For cout
+#include <cstring> //For the string functions
+
using namespace std;
+
+int main();
+getName();
-char first[100];
-char last[100];
-
-void getName();