In this project, each weekly course task is implemented in its own .h
and .cpp
files, which are added to the project.
- This keeps each task separate and the code easy to maintain.
main.cpp
calls the necessary functions to run each task.- For new tasks, create a new
.h/.cpp
pair and add it to the project.