User: mw3284

  • Public profile

User profile: mw3284

User info
User name:mw3284
History
Joined:
Number of posts:12
Latest posts:

isdigit function
Yes, thank you linx. I was entering a password of six characters and my for loop was testing charact...

isdigit function
The array isn't uninitialized. Here is my code from main: [code]const int LENGTH = 21; char inpu...

isdigit function
const int LENGTH = 21; char input[LENGTH]; digit(input, LENGTH)

isdigit function
I'm creating a password verification program (using c-strings) with one of the criteria to have a nu...

Need help with simple separate compilation
Also x and y are not ints or doubles, they are objects. Use a constructor or set function.

This user does not accept Private Messages