File tools @Andy thanks a lot for breaking down the question for me. This made me a lot simpler for me to under...
File tools How do I write a program that asks the user for the name of a file? The program should display the f...
special charactersint main() { char name[50]; cout << "please enter your password: "; cin.getline(name, 5...
password verificationThanks @JLBorges. Although I am not quite sure if my professor allows me to use 'cctype' because she...
password verificationHello, I am struggling with Password verification. Can someone please help me. Problem with this ...
This user does not accept Private Messages