Introduction to Ada: Laboratories
These labs contain exercises for the Introduction to Ada course.
This document was written by Gustavo A. Hoffmann and reviewed by Michael Frank.
Note
The code examples in this course use an 80-column limit, which is a typical limit for Ada code. Note that, on devices with a small screen size, some code examples might be difficult to read.
- Imperative Language
- Subprograms
- Modular Programming
- Strongly Typed Language
- Records
- Arrays
- More About Types
- Privacy
- Generics
- Exceptions
- Tasking
- Design by contracts
- Object Oriented Programming
- Standard Library: Containers
- Standard Library: Dates & Times
- Standard Library: Strings
- Standard Library: Numerics
- Solutions
- Imperative Language
- Subprograms
- Modular Programming
- Strongly typed language
- Records
- Arrays
- More About Types
- Privacy
- Generics
- Exceptions
- Tasking
- Design by contracts
- Object-oriented programming
- Standard library: Containers
- Standard library: Dates & Times
- Standard library: Strings
- Standard library: Numerics