{"id":23940291,"url":"https://github.com/alexgioffdev/cpp-projects","last_synced_at":"2025-10-23T20:51:38.877Z","repository":{"id":270508756,"uuid":"875259155","full_name":"AlexGioffDev/cpp-projects","owner":"AlexGioffDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-11T16:10:43.000Z","size":1626,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T17:25:22.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexGioffDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-19T14:06:37.000Z","updated_at":"2025-01-11T16:10:47.000Z","dependencies_parsed_at":"2024-12-31T19:39:46.524Z","dependency_job_id":null,"html_url":"https://github.com/AlexGioffDev/cpp-projects","commit_stats":null,"previous_names":["alexgioffdev/cpp-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGioffDev%2Fcpp-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGioffDev%2Fcpp-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGioffDev%2Fcpp-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGioffDev%2Fcpp-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexGioffDev","download_url":"https://codeload.github.com/AlexGioffDev/cpp-projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415380,"owners_count":19797620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-06T03:14:19.430Z","updated_at":"2025-10-23T20:51:33.847Z","avatar_url":"https://github.com/AlexGioffDev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Projects\n\nThis repository is licensed under the MIT License.\n\nWelcome to the **C++ Projects** repository! Here you will find a collection of projects developed using the C++ programming language. Each project is self-contained and demonstrates various programming concepts and techniques.\n\n## Table of Contents\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Project Structure](#project-structure)\n- [Included Projects](#included-projects)\n- [Contributing](#contributing)\n\n## Requirements\n\nMake sure you have the following tools installed to compile and run the projects:\n\n- A C++ compiler (e.g., g++, clang++)\n- [CMake](https://cmake.org/) (optional, for project management)\n- An Integrated Development Environment (IDE) like [Visual Studio Code](https://code.visualstudio.com/) or [CLion](https://www.jetbrains.com/clion/)\n\n## Installation\n\nTo get started with the projects, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/your_username/cpp-projects.git\n   cd cpp-projects\n   ```\n2. **Compile the desired project (for example, using g++)**:\n   ```bash\n   g++ -o project_name project_folder/src/main.cpp\n   ```\n3. **Run Project**\n   ```bash\n   ./project_name\n   ```\n\n## Included Projects\n\nHere's a list of the projects included in this repository:\n\n| Project                  | Description                                                                                                                                                                                  |\n| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| 📋 **Note Manager**      | A simple console application that allows users to create, view, and delete notes. It showcases memory management and basic C++ functionalities.                                              |\n| 🎲 **Guessing Game**     | A simple console game where the user must guess a random number between 1 and 100. The user has only 5 lives to guess the correct number, and the program provides feedback on each attempt. |\n| 🎬 **Cinema Management** | A console application for managing cinema operations, including adding theaters, booking seats, and managing movie schedules. It demonstrates object-oriented programming.                   |\n| ⚔️ **Simulator Battle**  | A simple battle simulation console application (still in progress). It aims to simulate basic combat mechanics between two entities with future plans for more advanced features.            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgioffdev%2Fcpp-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexgioffdev%2Fcpp-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgioffdev%2Fcpp-projects/lists"}