Skip to content

abdullahahmed001/PostMap

Repository files navigation

PostMap

Overview

PostMap is a C++ application designed to facilitate the querying and retrieval of information about social media users and their posts. This project serves as a final assignment for an Object-Oriented Programming course, showcasing the use of maps and multimaps for efficient data management.

Features

  • User Querying: Search for social media users based on various criteria.
  • Post Retrieval: Access and display posts made by specific users.
  • Data Management: Utilizes C++ maps and multimaps to store user and post data efficiently.
  • Custom Queries: Perform various queries to analyze user interactions and posts.

Technology Stack

  • Programming Language: C++
  • Data Structures: Maps and Multimaps

Installation

To run this program, follow these steps:

  1. Clone the repository:
    git clone https://github.com/abdullahahmed001/Social-Media-Query-Program.git
  2. Navigate to the project directory:
    cd Social-Media-Query-Program
  3. Compile the program:
    g++ -o social_media_query main.cpp
  4. Run the program:
    ./social_media_query

Usage

  • Launch the program and follow the on-screen instructions to perform queries.
  • Input the required parameters to retrieve user information and posts.

Contributing

Contributions are welcome! If you have suggestions for improvements or features, feel free to fork the repository and submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages