Previous |
Contents |
Next |
This part introduces you to the basic structure of Ada programs. I use a handful of small examples to illustrate how programs are structured and the way that fundamental statements can be put together to process data. Much of the work in many Ada programs can be done by reusing existing program components, so I use the standard packages that Ada implementations always provide wherever I can. This allows me to use the examples to illustrate the statements that you have to use to bind these building blocks together into a working program.
Previous |
Contents |
Next |
This file is part of Ada 95: The Craft
of Object-Oriented Programming by John English.
Copyright © John
English 2000. All rights reserved.
Permission is given to redistribute this work for non-profit educational
use only, provided that all the constituent files are distributed without
change.
$Revision: 1.2 $
$Date: 2001/11/17 12:00:00 $