2025-06-23 - Ada Essentials ======================================================================== This page contains links to everything you will need for this training class. Files ----- * `Slides `_ This is a PDF copy of the slides presented during the course Documentation ------------- * `Ada Reference Manual `_ * `GNAT Reference Manual `_ * `GNAT User Guide `_ Labs ---- * `Lab Prompts `_ These are starting points for the class labs * `Lab Answers `_ These are the answers the class labs Schedule -------- .. list-table:: :header-rows: 1 * - Day - Topic * - Day 1 - | Overview | Declarations | Basic Types | Statements | Array Types * - Day 2 - | Record Types | Subprograms | Type Derivation | Expressions | Overloading * - Day 3 - | Packages | Private Types | Limited Types | Program Structure | Visibility * - Day 4 - | Access Types | Genericity | Tagged Derivation | Polymorphism * - Day 5 - | Exceptions | Interfacing with C | Tasking