Hello!
I want to create a Q&A console application in C++ which must allow management of different types of users(administrator, moderator topic, ordinary user)
I don't know how to start and I need a hint.
Which is the best way, to make a class for login or a class for users?