Hello, I am trying to create a GUI program that allows a user to create an account and then login successfully. I want to be able to store the information (user name and password) somewhere so that when I close the program and run it again it will be able to still find accounts made previously.I am assuming that I should use text I/O and write the information to a file, but is there a better way to go about this? Thank you!
↧