This is a C++ learning repository. It contains various C++ programs and examples I use to learn and practice C++ programming.
Commit messages will follow the 7 rules of good commit messages.
- Separate subject from body with a blank line
- Limit the subject line to 50 characters
- Capitalize the subject line
- Do not end the subject line with a period
- Use the imperative mood in the subject line
- Wrap the body at 72 characters
- Use the body to explain what and why vs. how
This repository is created and maintained by Brown Muindi. The "Cherno" folders contain code based on The Cherno's C++ series on YouTube. The "Tour" folder contains code based on A Tour of C++ by Bjarne Stroustrup.