These are all the labs that i did in my OOP course in C++. It contains all the weekly labs, graded labs and home tasks during the semester.
You can run a program by downloading the desired folder and opening in your c++ compiler.
Most of the programs contains the compiling command at the end of main function in main.cpp of the tasks.
For g++ compiler, you can run the program by:
g++ main.cpp -o main
./main