Lab 10: Structs
- Due Apr 20, 2021 by 4pm
- Points 10
- Available after Apr 20, 2021 at 2pm
Overview
In this lab, you'll practice defining and using structs to solve programming tasks.
Learning outcomes
By the end of this lab, you should be more comfortable...
- defining structs
- declaring structs
- passing structs to functions
- using vectors of structs
- using structs with vector data members
- using structs of structs
Exercises
Work on the following zyLabs. While you do them, be sure to implement incrementally—write a line or two of code, then compile/run it. Test frequently by clicking "Submit mode" and then "Submit for grading". You have unlimited submits, so don't worry about using some quota up. We will periodically check in as a class.
- zyLab 16.38: Points in Euclidean space
- zyLab 16.39: Rectangles in Euclidean space
- zyLab 16.40: Upcoming assignments
After you are finished these, please work on a PA for the remainder of lab.
Submitting
Click "Submit mode" then "Submit for grading" when you are finished so I can see that you have done the zyLab. Your grade for the lab is based on effort, not whether you complete all of the assigned problems; you will get full credit as long as you work diligently during the 2-hour lab period.
PA options
Please see the syllabus and course schedule (both on the homepage) for more information about how many programming assignments you are required to pass, due dates, etc. Of note: you do not need to attempt every or even most PAs.