diff --git a/labs/03_debugging/README.md b/labs/03_debugging/README.md index 5333f5a..429f2df 100644 --- a/labs/03_debugging/README.md +++ b/labs/03_debugging/README.md @@ -51,17 +51,28 @@ connecting two Points. Please download the following source code files needed for this lab: [point.h](./point.h) +[point.cpp](./point.cpp) +[line.h](./line.h) +[line.cpp](./line.cpp) +[roads.cpp](./roads.cpp) As well as the following data files: [input_a.txt](./input_a.txt) +[input_b.txt](./input_b.txt) +[input_c.txt](./input_c.txt) +[input_d.txt](./input_d.txt) ## Checkpoint 2 *estimate: 20-30 minutes* -1. Examine the provided files briefly. How are the files related or dependent upon each other? Hint: Look -at the #include statements. Read through the comments from the developer about the purpose of -each class and function. +1. Examine the provided files briefly. How are the files related or dependent upon each other? Hint: Look at the #include statements. Read through the comments from the developer about the purpose of each class and function. +