https://github.com/waqaszafar9/cpp-projects
Mega C++ Projects
https://github.com/waqaszafar9/cpp-projects
algorithms algorithms-and-data-structures cpp operating-system project-repository projects
Last synced: 7 months ago
JSON representation
Mega C++ Projects
- Host: GitHub
- URL: https://github.com/waqaszafar9/cpp-projects
- Owner: WaqasZafar9
- License: mit
- Created: 2024-02-04T16:12:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T06:54:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T02:47:55.536Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, cpp, operating-system, project-repository, projects
- Language: C++
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Projects Repository
Welcome to the C++ Projects repository! Here, you will find a collection of C++ projects that cover a variety of topics and functionalities. Feel free to explore, use, and contribute to the projects as you see fit.
## Table of Contents
1. [Introduction](#introduction)
2. [Projects](#projects)
3. [How to Use](#how-to-use)
4. [Contributing](#contributing)
5. [License](#license)
## Introduction
This repository is dedicated to hosting C++ projects that showcase different aspects of the C++ programming language. Whether you're a beginner looking for simple projects to practice your skills or an experienced developer seeking inspiration, this repository has something for everyone.
## Projects
Below is a list of the current projects available in this repository:
1. **UAMS (UNIVERSITY ADDMISSION SYSTEM OOP)**
- **Tags:** `oop`, `university`, `managment system`
2. **Phone Book Directory**
3. **Vehicle Managment System**
-ETC.. Many More
Feel free to browse the individual project folders for more detailed information about each project.
## How to Use
To use any of the projects in this repository, follow these steps:
1. Clone the repository to your local machine:
```bash
https://github.com/WaqasZafar9/CPP-PROJECTS.git
2. Navigate to the specific project folder you are interested in:
```bash
cd cpp-projects/ProjectName
# Contributing
If you'd like to contribute to this repository by adding your own C++ projects or improving existing ones, follow these steps:
Fork the repository to your GitHub account.
Create a new branch for your changes:
bash
git checkout -b feature/new-feature
-------------------------------------
Make your changes and commit them:
bash
git commit -m "Add a new feature"
--------------------------------------
Push the changes to your fork:
``bash
git push origin feature/new-feature
----------------------------------------
5. Open a pull request on GitHub.
Please make sure to follow the Contribution Guidelines for more details.
# License
This repository is licensed under the MIT License. Feel free to use the code for your own projects, contribute to the repository, or share it with others.
Happy coding!