help me to design coding for login function..the criteria are you can register a new user and login current user. the number of user can be stored until 5 user. we can call back the details of the user when registration
What language? What server environment (if any)?
c language =D
How are you going to be storing the usernames and passwords (file, database, in memory only until the program exits)? Will you be able to delete or modify users after they've been created?
just store the usernames and password and we can recall back..also can modify the user but cant delete it
Will these be stored in a database, a file, or in memory?
in an array..idk the name
You need to have a way to make the usernames and password persistent, or they'll be lost each time you restart the program.
Join our real-time social learning platform and learn together with your friends!