Next topic | Ada Home Page | Index

Files

Interactive vs. Batch

All of the programs so far have been "interactive":

In many situations this is not appropriate.

The alternative is "batch" processing, using files:

Why use files?


Prompt vs. Echo

You should always ensure what the user sees is fully self-explanatory.

You need to do this differently for interactive programs and batch programs.


Types of files

Files can be either

Here we focus on text files.


Next topic | Ada Home Page | Index
c-lokan@adfa.oz.au / 22 Feb 96