Question: write complete c + + code Term Project Build a social media application in C + + using the concepts of various Data structures. Your
write complete c code Term Project
Build a social media application in C using the concepts of various Data structures. Your application must have the following functionalities.
User Profile:
a Each user in the social network will have a profile containing information such as name, ID interests, and other relevant details.
Friendship and Connection:
a Users can connect with others by sending and receiving friend requests.
b Users can see the mutual friends.
c Suggest the friends based on common interests, city, or institution.
Messaging:
a Your application includes a messaging or chat feature.
Groups:
a Users can join or create groups based on shared interests, hobbies, or affiliations.
News Feed:
a Users can post, and see the posts of others Joined Groups or hisher Friends
b Users can comment on the posts.
Undo Functionality:
a Allow users to undo actions, like undoing a deleted post or revoked friend request.
Depth of knowledge required
The student should research the various programming constructs primitive types, operators, functions, pointers algorithms, and data structures. Students should formulate a suitable abstract model. They should consider factors such as clean programming, better formulationorganization of code structures, and the use of suitable and efficient data structures. Students must explore and analyse various techniques to optimize the performance of their code. They should creatively analyse and finetune their implementation to ensure efficient resource utilization and minimize idle time.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
