In c++
You are required to implement a basic social media portal where a user can create his/her profile
You can provide user the options to create a new profile, update profile and delete profile as well.
Create a class Profile having necessary information of user ( ID, Name, gender, age, email, interest, Date of birth) provide appropriate methods.
Next create a class Portal which uses node of Profile Class to handle profiles. Next provide methods to
In main create a menu to show the following options to the user
The program runs until user wants to exit.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here