aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab6/Header.h
diff options
context:
space:
mode:
authorJoseph Ten Eyck <[email protected]>2021-11-11 00:34:03 -0800
committerJoseph Ten Eyck <[email protected]>2021-11-11 00:34:03 -0800
commitea266a4b6b0a07ff4e0842a9653b1634ac95f8ab (patch)
tree44b9d43b836373e6a4cafa7de191aa44a5515d8a /CST116F2021-Lab6/Header.h
parentLast problem is giving me trouble. I am pushing what I have before midnight s... (diff)
downloadcst116-lab6-josephteneyck-master.tar.xz
cst116-lab6-josephteneyck-master.zip
Figured out what was giving me trouble! This is the completed assignment.HEADmaster
Diffstat (limited to 'CST116F2021-Lab6/Header.h')
-rw-r--r--CST116F2021-Lab6/Header.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/CST116F2021-Lab6/Header.h b/CST116F2021-Lab6/Header.h
index 3eb3323..d36036c 100644
--- a/CST116F2021-Lab6/Header.h
+++ b/CST116F2021-Lab6/Header.h
@@ -17,19 +17,20 @@
// CODE FOR PROBLEM #1 ON PAGE 292 (PROGRAMMING EXERCISES) IS BELOW
//====================================================================
-#include <iostream>
-#include <string>
-#include <cstring>
-#include <iomanip>
-
-using namespace std;
-
-void displayMenu(int&); //Displays menu choices and takes in user choice
-
-void processMenuChoice(int); //Process menu choice, calls relevant function
-
-void isPalindrome(); //Checks whether or not a user input string is a palindrome and displays result
-
-void isAlphaStr(); //Checks to see if a user input string contains all alphabetic characters or not, displays result
-
-void countChar(); //Takes in a user input string and a character, counts the frequency of that character within the string, displays result \ No newline at end of file
+//#include <iostream>
+//#include <string>
+//#include <cstring>
+//#include <iomanip>
+//#include <cctype>
+//
+//using namespace std;
+//
+//void displayMenu(int&); //Displays menu choices and takes in user choice
+//
+//void processMenuChoice(int); //Process menu choice, calls relevant function
+//
+//void isPalindrome(); //Checks whether or not a user input string is a palindrome and displays result
+//
+//void isAlphaStr(); //Checks to see if a user input string contains all alphabetic characters or not, displays result
+//
+//void countChar(); //Takes in a user input string and a character, counts the frequency of that character within the string, displays result \ No newline at end of file