C-Strings, passing cstrings to functions, and character testing
- Introduction to cstrings - cstring: strlen, strcat, strcpy, strcmp
- Character Testing - cctype
- Palindrome
- cstrings as function arguments
- cin.getline(myString, CAP)
- cin.get(myChar)
- cin.ignore('\n', 256), cin.ignore()
- NULL '\0'