Ada Topics¶
The Scratchpad (just notes while learning Ada)¶
This is just a small collection of notes and items I took while learning the language.
Containers - notes on the Ada Container library¶
The standard library has a comprehensive set of default container implementations.
Access Types¶
Interesting things about access types – a very important concept in Ada.
Generics in Ada¶
Ada does have them, but somewhat different.
Returning compound types¶
How to return larger types (like records) from functions.
Classes and OOP in Ada from a C++ or Java viewpoint¶
Ada’s OOP is different from well known other languages, but no less powerful.
The glossary¶
Explains some terms often used in Ada topics.