ILE C/C++ Programmer's Guide


Chapter 7. Example: Creating an ILE C Application

The example in this section demonstrates some typical steps in creating a sample ILE C application.

The application is a small transaction-processing program that takes item names, price, and quantity as input. As output, the application displays the total cost of the items on the screen and updates an audit trail of the transaction.

This chapter describes, for the sample application, the following:


[ Top of Page | Previous Page | Next Page | Table of Contents ]