cctype functions

Each function below accepts a single integer argument. If the actual value is a character, C++ will convert it to its integer equivalent. Each is function returns a boolean, either true or false. The to functions return an integer which can be treated as a character.

a sample program using the cctype library