Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 3.01 KB

README.md

File metadata and controls

85 lines (57 loc) · 3.01 KB

Application of C++

Welcome to the Application of C++ repository! 🎉 This repository is dedicated to enhancing your C++ skills through 100 diverse projects spanning various domains such as cybersecurity 🔒, Game Development 🎮, Operating System Development, and more.

Table of Contents

Introduction

C++ is a versatile and powerful programming language widely used in various fields. This repository aims to provide hands-on experience with C++ through 100 different projects across multiple domains. Whether you're a beginner or an experienced developer, you'll find valuable projects to improve your skills and explore new areas. 💡

Getting Started

To get started with the projects in this repository, clone the repo to your local machine:

git clone https://github.com/ObedienceAdara/application-of-cpp.git
cd application-of-cpp

Each project has its own directory with a README file that provides detailed instructions on how to set up and run the project. 📂

Contributing

Contributions are welcome! 🎉 If you'd like to contribute to this repository, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

Please ensure your code adheres to the project's coding standards and includes appropriate tests. ✅

Contact

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note

All projects were suggested by Chat GPT