aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab6/Header.h
diff options
context:
space:
mode:
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