Loading...
Works

CIE Social App 2021

Completed as part of the Fall 2021 offering of ENGR:2730 Computers in Engineering at the University of Iowa.


Description

A C++ social media application featuring user profile management and friend connections. The application implements object-oriented design with separate Profile and ProfileDatabase classes to handle user data and relationships. Users can create accounts, update their status, manage friend connections, and view their social network through an interactive command-line interface.

Features

  • User Authentication: Create, manage, and delete user profiles with unique usernames
  • Social Features: Add/remove friends and update personal status messages
  • Database Management: Maintain user records and relationships using C++ vectors
CIE Social App Thumbnail
© 2025 Karan Singh. All Rights Reserved.
This website is built based on Takuya Matsuyama's website