Skip to content

AlajeBash/2023_Summer_Cpp_Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Beginner Exercises

This repository contains a collection of C++ exercises suitable for beginners. These exercises are designed to help you practice and strengthen your programming skills in C++. Each exercise focuses on a specific concept or problem-solving technique.

Table of Contents

Instructions

  1. Clone the repository to your local machine. git clone https://github.com/AlajeBash/2023_Summer_Cpp_Challenge.git

  2. Navigate to the desired exercise file. cd cplusplus-exercises/exercises

  3. Compile and run the exercise using a C++ compiler. g++ exercise_name.cpp -o exercise_name./exercise_name

  4. Follow the prompts or check the program's output to interact with the exercise.

  5. Solve the exercise by writing the necessary code in the provided template or by creating a new file.

  6. Test your solution and verify that it produces the expected results.

  7. Repeat the process for other exercises in the repository.

Feel free to explore, modify, and expand upon these exercises to further improve your C++ skills. Happy coding!

Contributing

Contributions to this repository are welcome! If you have additional C++ exercises or improvements to existing exercises, please feel free to submit a pull request.

Author

Bashir Sani

License

This repository is licensed under the MIT License License: MIT

Releases

No releases published

Packages

No packages published

Languages