Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.08 KB

C++ Beginner Exercises Repository

Welcome to my little C++ Exercises repository! This collection is designed to get started with your C++ programming

Exercises

The exercises cover a range of topics and difficulty levels. Here are some examples of what you can expect:

  1. Basic Syntax and Operations
  2. **Data Structures **
  3. Control Flow (Loops, Conditionals)
  4. Functions and Modules

How to Contribute

Contributions are welcome! If you have an exercise you'd like to add or an improvement to an existing one, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b your-feature-branch
  3. Make your changes and commit them:
    git commit -m "Add your feature or fix description"
  4. Push to the branch:
    git push origin your-feature-branch
  5. Create a pull request with a detailed description of your changes.

Contact

If you have any questions or suggestions, feel free to open an issue or reach out to the repository owner.

Happy coding!