1 / 4

Lab 11: Structures and Abstract Data Types - Coding Exercises and Submission Checklist

This lab introduces the concept of structures and abstract data types in programming. It includes coding exercises on working with basic structures, initializing structures, arrays of structures, and nested structures. The lab also provides a submission checklist for students to ensure all required files are included.

rickeyb
Download Presentation

Lab 11: Structures and Abstract Data Types - Coding Exercises and Submission Checklist

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCI-1411 Fundamentals of Computing Lab Shane Transue Summer2014

  2. Lab 11: Structures and Abstract Data Types • Overview: • Lab 11 Components • Lab Sections (11.1, 11.2, 11.3, 11.4) • Be sure to comment your source code (specifically the student generated code submission) • Following does not count as ‘well documented’ code // calculates average MPG floatcalculateAverageMPG(...) { ... } • Generally provide a high-level explanation with descriptions about the input/output and any assumptions about the data

  3. Lab 11: Structures and Abstract Data Types • 11.1 Working with Basic Structures • (rect_struct.cpp) • Match the provided output • 11.2 Initializing Structures • (init_struct.cpp) • 11.3 Arrays of Structures • (array_struct.cpp) • 11.4 Nested Structures • (nestedRect_struct.cpp) • 11.5 Code Assignment • Pick option one or two • Name the source file (main.cpp)

  4. Lab 11: Structures and Abstract Data Types • Submission File Checklist • Submit all files on Canvas (One at a time or all of them in a single zip file). Be sure to include all source files and documents. • 11.1 rect_struct.cpp • 11.2 init_struct.cpp • 11.3 array_struct.cpp • 11.4 nestedRect_struct.cpp • 11.5 main.cpp

More Related