User`s guide
4 VEE Pro User’s Guide
Introduction
VEE programs are created by selecting objects from menus and
connecting them together. The result in VEE resembles a data
flow diagram, which is easier to use and understand than
traditional lines of code. There is no laborious
edit- compile- link- execute cycle using VEE.
The following two figures compare a simple function
programmed first in a textual language (ANSI C) and then in
VEE. In both cases, the function creates an array of 10 random
numbers, finds the maximum value, and displays the array and
maximum value.
Figure I- 1 shows the program, called “Random,” in the ANSI
C textual language.