Ciao,
小贝,
Look at my code below.That`s a standard program for Log in authentication.In the file "Login.txt" located 1 string with user name.When program starts, it asks to enter the user name, then compare this string with the string saved in "Login.txt", if both equal then - success, if not equal, then we can try only 3 times till the program ends;I need to save in "Login.txt" 3 strings (user names) for example:Brad DavidPeterLook at my code below.That`s a st