top of page

C++ Social Media Network

Apr 2020

Project Description:

A class project that focused on creating a basic social media network in C++. This project utilized a doubly linked list and OOP to store information about people on the network such as their birthday, email, phone number, etc. The network also reads such info from files, stores info to database files, and can handle user input to delete or add users. The network also includes a friends list, showing the friends of each user and can recommend friends based on a Breadth-First-Search algorithm. 

Responsibilities:

  • Code C++ social media network to create database that stores information about people, their friends lists, and recommends new friends based on BFS.

© 2024 by Jeff Cui.

  • LinkedIn
  • YouTube
bottom of page