Password Authentication c++

后端 未结 4 1689
野的像风
野的像风 2021-01-25 23:25

Hi this is my first time using classes so apologies for my poor explanation. Basically I am making a password function for an elevator program. LogIn is the name of my class, wh

4条回答
  •  情书的邮戳
    2021-01-25 23:50

    In the retry loop, you still need to validate the attempted name and break the loop if the name is accepted.

提交回复
热议问题