Beginner-friendly C++ practice covering core programming concepts. This repo contains exercises, examples, and small projects that teach real C++ skills: constructors, destructors, inheritance, lambda ...
After spending a period working with Python, I wanted to refresh my C++ skills, focusing on modern and advanced techniques. This project utilizes features such as: ranges and views, concepts, ...