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.
- 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.
- Programming Language: C++
- Data Structures: Maps and Multimaps
To run this program, follow these steps:
- Clone the repository:
git clone https://github.com/abdullahahmed001/Social-Media-Query-Program.git
- Navigate to the project directory:
cd Social-Media-Query-Program - Compile the program:
g++ -o social_media_query main.cpp
- Run the program:
./social_media_query
- Launch the program and follow the on-screen instructions to perform queries.
- Input the required parameters to retrieve user information and posts.
Contributions are welcome! If you have suggestions for improvements or features, feel free to fork the repository and submit a pull request.