How can I store User Information, and read it out of the file In a better way?
Hello so the issue I am trying to tackle today is getting correct user information
. What I am making is a bank user application
. When a User signs up it takes info about how much he makes and how much is his initial deposit. In the future I want to add things like payment history. So I came here to ask how do I do this the right way
so I can easily store user information and if they ever want to look at it, it can easily be loaded up. the current way I am doing stuff is that I am just saving all the users information's to a txt file
. Making it very hard to get user Information and if I have to get them I have to get the by the correct order they were put into the system say it went like Username, next line password, next line SSN, next line money in bank etc..
which I a Hassle and I know their are many much easier ways and I would like to know them.
How can I Make a correct user info finder from a txt file
Hello so the issue I am trying to tackle today is getting correct user information
. What I am making is a bank user application
. When a User signs up it takes info about how much he makes and how much is his initial deposit. In the future I want to add things like payment history. So I came here to ask how do I do this the right way
so I can easily store user information and if they ever want to look at it, it can easily be loaded up. the current way I am doing stuff is that I am just saving all the users information's to a txt file
. Making it very hard to get user Information and if I have to get them I have to get the by the correct order they were put into the system say it went like Username, next line password, next line SSN, next line money in bank etc..
which I a Hassle and I know their are many much easier ways and I would like to know them.