subhadipbhowmik / 30-Days-Of-CPP

30 days of CPP programming challenge is a step by step guide to learn CPP programming language in 30 days. Happy Coding.
https://subhadipbhowmik.github.io/30-Days-Of-CPP/
MIT License
58 stars 143 forks source link

Day17: C++ Exception Handling #249

Closed abckhush closed 3 weeks ago

abckhush commented 3 months ago

What Docs changes are you proposing? After Day16 of Function and Operator Overloading, I believe the next topic should be Exception Handling in C++.

Why do the Docs need this improvement? What is the motivation for this change? How will this change benefit the community? Exception Handling is very important and sometimes asked in interview. And after OOPS concept, the next topic as this would be a perfect fit.

What is your solution? I would like to add Day17.

github-actions[bot] commented 3 months ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abckhush commented 2 months ago

Could you also assign me so that I can contribute?