{"id":24503982,"url":"https://github.com/abdullahkhfb/bue-object-oriented-programming-labs","last_synced_at":"2025-03-15T08:24:24.803Z","repository":{"id":271385645,"uuid":"913266640","full_name":"abdullahkhfb/BUE-Object-Oriented-Programming-Labs","owner":"abdullahkhfb","description":"  This repository contains comprehensive C++ programming lab solutions, demonstrating key concepts of object-oriented programming.","archived":false,"fork":false,"pushed_at":"2025-01-19T12:06:32.000Z","size":2548,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-19T12:48:14.279Z","etag":null,"topics":["classes","concepts","cplusplus","cpp","cpp-course","fundamentals","fundamentals-of-programming","inheritance","object-oriented-programming","objects","polymorphism","solutions"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdullahkhfb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-07T10:56:23.000Z","updated_at":"2025-01-19T12:06:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b78c70b-4d84-44f8-958b-d3d642fe5c6d","html_url":"https://github.com/abdullahkhfb/BUE-Object-Oriented-Programming-Labs","commit_stats":null,"previous_names":["abdullahkhfb/bue-object-oriented-programming-labs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2FBUE-Object-Oriented-Programming-Labs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2FBUE-Object-Oriented-Programming-Labs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2FBUE-Object-Oriented-Programming-Labs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2FBUE-Object-Oriented-Programming-Labs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdullahkhfb","download_url":"https://codeload.github.com/abdullahkhfb/BUE-Object-Oriented-Programming-Labs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243704294,"owners_count":20334128,"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":["classes","concepts","cplusplus","cpp","cpp-course","fundamentals","fundamentals-of-programming","inheritance","object-oriented-programming","objects","polymorphism","solutions"],"created_at":"2025-01-21T23:19:22.099Z","updated_at":"2025-03-15T08:24:24.797Z","avatar_url":"https://github.com/abdullahkhfb.png","language":"C++","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://pgs.bue.edu.eg/pgs/css/images/BUE-logo2-03.png\" width=\"300\" alt=\"BUE Logo\"\u003e\n\u003c/p\u003e\n\n# 🎓 BUE Object-Oriented Programming Labs ![C++](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white) ![License](https://img.shields.io/badge/License-MIT-green.svg)\n\n## 🚀 Introduction\n\nWelcome to the **BUE Object-Oriented Programming Labs** repository! This collection provides practical C++ programming solutions, focusing on object-oriented principles and advanced programming concepts. Whether you're a student, educator, or programming enthusiast, this repository is designed to help you master C++ and OOP fundamentals through hands-on examples and well-structured code.\n\n---\n\n## ✨ Key Features\n\n- 📚 **Comprehensive Solutions**: Complete solutions for lab exercises across multiple topics.\n- 🔄 **Real-World OOP Concepts**: Practical implementations of inheritance, polymorphism, and encapsulation.\n- 🛠️ **Advanced C++ Features**: Examples showcasing templates, operator overloading, and more.\n- 📝 **Clear Documentation**: Well-commented code with detailed explanations for each lab.\n- 🎯 **Progressive Learning**: Labs are organized by difficulty, making it easy to build your skills step-by-step.\n\n---\n\n## 🔧 Getting Started\n\n### Prerequisites\n\n- A modern C++ compiler (e.g., GCC, Clang, or MSVC).\n- An IDE or text editor of your choice (e.g., VS Code, CLion, or Code::Blocks).\n\n### Quick Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/abdullahkhfb/BUE-Object-Oriented-Programming-Labs.git\n   ```\n\n2. Navigate to the project directory:\n   ```sh\n   cd \"Code Solutions\"\n   ```\n\n## Usage\n\nTo compile and run a specific program, navigate to the corresponding directory and use the following commands:\n\n### Example\n\nTo compile and run\n\nmain.cpp\n\nin `Lab 6`:\n\n```sh\n\ng++ -o main \"Lab\\ 6/main.cpp\" \"Lab\\ 6/Animal.cpp\" \"Lab\\ 6/Zoologist.cpp\"\n./main\n```\n\n---\n\n## 📁 Repository Structure\n\nThe repository is organized into labs, each focusing on specific OOP concepts:\n\n- **Lab 1-5**: Fundamentals and basic OOP concepts (classes, objects, constructors, etc.).\n- **Lab 6-7**: Inheritance and polymorphism.\n- **Lab 8-9**: Advanced OOP features (templates, exception handling, etc.).\n- **Theory Solutions**: Supplementary documentation and explanations.\n- **Images \u0026 PDFs**: Additional resources for reference.\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions from the community! Here’s how you can help:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix:\n   ```bash\n   git checkout -b feature/AmazingFeature\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m 'Add AmazingFeature'\n   ```\n4. Push your branch:\n   ```bash\n   git push origin feature/AmazingFeature\n   ```\n5. Open a **Pull Request** and describe your changes.\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 🌟 Join Our Community\n\nYour contributions can make a difference! Whether you're fixing bugs, adding new features, or improving documentation, your efforts will help students and developers learn and master Object-Oriented Programming. Let’s grow this resource together!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahkhfb%2Fbue-object-oriented-programming-labs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahkhfb%2Fbue-object-oriented-programming-labs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahkhfb%2Fbue-object-oriented-programming-labs/lists"}