User's Guide


Advanced C function calls

In this section, we will call a more complicated C function that takes an array as one of its parameters. You will learn about Record Structures, which are the VisualAge mechanism for mapping parts into external data structures.

The C function you call will take an array of (x,y) coordinates and draw a simple line graph.

When the visual part runs, it will look like the following:
Simple chart


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