Skip to content

dawitbeza/cpp_projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_projects

This repository contains a collection of C++ projects developed by Mahiuha. These projects cover various topics and concepts in C++ programming and can serve as a valuable resource for learning and practicing C++.

Projects List

  1. Project 1: Description of Project 1.

    • Features:
      • Feature 1
      • Feature 2
    • Usage instructions and examples.
  2. Project 2: Description of Project 2.

    • Features:
      • Feature 1
      • Feature 2
    • Usage instructions and examples.
  3. Project 3: Description of Project 3.

    • Features:
      • Feature 1
      • Feature 2
    • Usage instructions and examples.

Getting Started

To get started with any of the projects in this repository, follow these steps:

  1. Clone the repository to your local machine using Git:

    git clone https://github.com/Mahiuha/cpp_projects.git

  2. Navigate to the specific project directory:

    cd cpp_projects/Project_Name

  3. Build the project using your preferred C++ compiler. For example, with g++:

    g++ main.cpp -o output

  4. Run the compiled executable:

    ./output

Contributing

Contributions to this repository are welcome! If you have any bug fixes, improvements, or new projects to add, please follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/YourUsername/cpp_projects.git

  3. Create a new branch for your feature/fix:

    git checkout -b feature-name

  4. Make your changes and commit them with descriptive commit messages:

    git add . git commit -m "Add feature/fix for XYZ"

  5. Push your changes to your forked repository:

    git push origin feature-name

  6. Create a pull request on the original repository from your forked repository.

  7. Wait for the maintainers to review and merge your pull request.

License

The projects in this repository are open-source and available under the MIT License. Feel free to use, modify, and distribute them as per the terms of the license.

Contact

If you have any questions or suggestions regarding the projects in this repository, please feel free to contact me via email at [email protected] or through GitHub.

Happy coding!

About

simple cpp projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.2%
  • CMake 34.8%