{"id":19940814,"url":"https://github.com/sorgazb/library_cpp","last_synced_at":"2026-06-12T05:31:25.579Z","repository":{"id":228838689,"uuid":"775058871","full_name":"sorgazb/Library_CPP","owner":"sorgazb","description":"Program based on the use of OOP in C++","archived":false,"fork":false,"pushed_at":"2024-03-20T17:30:54.000Z","size":634,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T13:14:18.831Z","etag":null,"topics":["cpp","makefile","poo"],"latest_commit_sha":null,"homepage":"","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/sorgazb.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}},"created_at":"2024-03-20T17:25:01.000Z","updated_at":"2024-06-05T18:58:12.000Z","dependencies_parsed_at":"2024-03-20T19:05:47.609Z","dependency_job_id":null,"html_url":"https://github.com/sorgazb/Library_CPP","commit_stats":null,"previous_names":["sorgazb/library_cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sorgazb/Library_CPP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorgazb%2FLibrary_CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorgazb%2FLibrary_CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorgazb%2FLibrary_CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorgazb%2FLibrary_CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorgazb","download_url":"https://codeload.github.com/sorgazb/Library_CPP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorgazb%2FLibrary_CPP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34231214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","makefile","poo"],"created_at":"2024-11-13T00:07:04.530Z","updated_at":"2026-06-12T05:31:25.557Z","avatar_url":"https://github.com/sorgazb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library CPP\n\n![C++](https://img.shields.io/badge/C++-OOP%20%26%20POO-00599c?style=for-the-badge\u0026logo=cplusplus)\u0026nbsp;![Ficheros](https://img.shields.io/badge/Lectura-Ficheros-green?style=for-the-badge)\u0026nbsp;![Biblioteca](https://img.shields.io/badge/Estructura-Biblioteca-orange?style=for-the-badge)\u0026nbsp;![POO](https://img.shields.io/badge/Programaci%C3%B3n-Orientada%20a%20Objetos-blueviolet?style=for-the-badge)\n\n\u003e **Library CPP** es un proyecto en C++ que simula la gestión de una biblioteca, implementando POO y lectura de ficheros para administrar libros, usuarios y préstamos de forma dinámica.\n\n---\n\n## 📋 Descripción del Proyecto\n\n**Library CPP** modela el sistema de gestión de una biblioteca usando los principios de **Programación Orientada a Objetos (POO)** en C++, con soporte para lectura de datos desde ficheros.\n\nLas funcionalidades principales incluyen:\n\n- **Prestar** libros a los distintos usuarios de la biblioteca.\n- **Mostrar** libros por temática.\n- **Buscar** un libro por su referencia.\n- **Mostrar** todos los libros de la biblioteca.\n- **Mostrar** los usuarios de la biblioteca.\n- **Mostrar** los usuarios que tienen algún libro prestado.\n- **Descatalogar** libros del sistema.\n- **Lectura de datos** desde ficheros para inicialización automática del sistema.\n\n---\n\n## 🏗️ Estructura del Proyecto\n\n```txt\nLibrary_CPP/\n├── Biblioteca/                # Código fuente principal\n│   ├── *.cpp                  # Implementaciones de clases y algoritmos\n│   └── *.h                    # Cabeceras de las clases\n└── README.md                  # Documentación del proyecto\n```\n\n---\n\n## ⚙️ Compilación y Ejecución\n\nClonar el repositorio:\n\n```bash\ngit clone https://github.com/sorgazb/Library_CPP.git\ncd Library_CPP/Biblioteca\n```\n\nCompilar con g++:\n\n```bash\ng++ -o library *.cpp\n```\n\nEjecutar:\n\n```bash\n./library\n```\n\n---\n\n## 🖥️ Ejemplos de Ejecución\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/sorgazb/Library_CPP/assets/150727714/90d2e24d-40c2-49ac-be6a-d548fe0ed181\" alt=\"Ejemplo 1\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/sorgazb/Library_CPP/assets/150727714/dfa7e133-9106-4be8-af43-fed3a7d1aa31\" alt=\"Ejemplo 2\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n---\n\n## 🤝 Contribución\n\nHaz fork del repositorio.\n\nCrea una rama de trabajo:\n\n```bash\ngit checkout -b feature/mi-nueva-funcionalidad\n```\n\nRealiza tus cambios y haz commit.\n\nAbre un Pull Request describiendo tus mejoras.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/UNEX.png\" alt=\"Universidad de Extremadura\" height=\"80\"/\u003e\n  \u003cbr/\u003e\u003cbr/\u003e\n  \u003cstrong\u003eEstructura de Datos I (EDI)\u003c/strong\u003e \u0026nbsp;\u0026middot;\u0026nbsp; Grado en Ingeniería Informática \u0026nbsp;\u0026middot;\u0026nbsp; Universidad de Extremadura\n  \u003cbr/\u003e\n  Sergio Orgaz Bravo\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorgazb%2Flibrary_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorgazb%2Flibrary_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorgazb%2Flibrary_cpp/lists"}