hello! any ideas how i create users by username and password in c++?
jehe88 0 Newbie Poster
Recommended Answers
Jump to Postfor starters you can create a 'login' class, which has member variables username and passwords. When the user logs in you create an object of this class with the provided username. you can store the existing data in some flat file and load it at the time of login and …
All 4 Replies
Murtan 317 Practically a Master Poster
jehe88 0 Newbie Poster
Murtan 317 Practically a Master Poster
Agni 370 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.