isdigit functionYes, thank you linx. I was entering a password of six characters and my for loop was testing charact...
isdigit functionThe array isn't uninitialized. Here is my code from main: [code]const int LENGTH = 21; char inpu...
isdigit functionconst int LENGTH = 21; char input[LENGTH]; digit(input, LENGTH)
isdigit functionI'm creating a password verification program (using c-strings) with one of the criteria to have a nu...
Need help with simple separate compilationAlso x and y are not ints or doubles, they are objects. Use a constructor or set function.
This user does not accept Private Messages