having trouble with checking a password for a lower case letterthanks i got it working this is what i used [code] while (ch!='\n') { if (isalpha(ch)) if ...
having trouble with checking a password for a lower case letterI wrote code to test for different requirements for a password. I can get most of the requirements t...
how can i fix the random symbols im getting when i pass a varriable through my constructorI have updated my constructor now i dont get compiler errors but when i run it i get random symbols ...
I keep getting various errors while trying to pass a varriable through my second constructorthats the error i keep getting
I keep getting various errors while trying to pass a varriable through my second constructor33 18 C:\Users\lyonm513\Documents\Program 8.cpp [Error] invalid conversion from 'char' to 'const cha...
This user does not accept Private Messages