aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab5/Header1.h
diff options
context:
space:
mode:
authorWiserJ <[email protected]>2021-11-02 15:53:40 -0700
committerWiserJ <[email protected]>2021-11-02 15:53:40 -0700
commitbd1bec7e68837bb7dc2ddce510433b8f0fbdb44c (patch)
treef4f519c17809f48281a114de521800ca65ad61dc /CST116F2021-Lab5/Header1.h
parent260 (diff)
downloadcst116-lab5-jeffwoit-bd1bec7e68837bb7dc2ddce510433b8f0fbdb44c.tar.xz
cst116-lab5-jeffwoit-bd1bec7e68837bb7dc2ddce510433b8f0fbdb44c.zip
done 273
Diffstat (limited to 'CST116F2021-Lab5/Header1.h')
-rw-r--r--CST116F2021-Lab5/Header1.h20
1 files changed, 14 insertions, 6 deletions
diff --git a/CST116F2021-Lab5/Header1.h b/CST116F2021-Lab5/Header1.h
index 403d914..dd5bec7 100644
--- a/CST116F2021-Lab5/Header1.h
+++ b/CST116F2021-Lab5/Header1.h
@@ -2,13 +2,21 @@
using namespace std;
-void GetFirst(char[]);
-void GetLast(char[]);
-void DispName(char[], char[], char[]);
+void GetInput(char[], char[]);
+void CompareInput(char[], char[]);
+//void DispResult();
-const int FIRST_NAME = 15;
-const int LAST_NAME = 15;
-const int FULL_NAME = 2+FIRST_NAME + LAST_NAME;
+const int CHAR_LIMIT = 6;
+const int INPUT_LIMIT = 15;
+
+
+//void GetFirst(char[]);
+//void GetLast(char[]);
+//void DispName(char[], char[], char[]);
+//
+//const int FIRST_NAME = 15;
+//const int LAST_NAME = 15;
+//const int FULL_NAME = 2+FIRST_NAME + LAST_NAME;
//p.253