**********FOOTER TO REQUEST CONTINUATION**********

PAGEFLOP

If they want to quit, do so

FORWARD

 C: P = P+1

PAGETURNER

 C:P=P+1
If they want to quit, do so
    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

ENCORE

                                                     
   <<<<< BORDER DRAWING SUBROUTINE FOR EXAMPLES >>>>>>>>

NEXT

 $V1$
 $V1$
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so

P0

Copyright CourseWare Technologies Inc., 1985-88


CTI UNIX Tutorial - 842


 PROGRAMMING IN C 
 PROGRAMMING IN C 
 PROGRAMMING IN C 

P1

???check this later after you do the course
Programming in C|Tutorial Objectives|0-1|10,65
The Programming in C tutorial will prepare you to:

     * take full advantage of C's data types, control constructs 
       and data structures;
     * design and implement modular, structured programs in C;
     * write economic and efficient expressions; 
     * effectively use C library functions;
     * effectively use C pointer and structure facilities;
     * interface your programs to the UNIX environment; and
     * use fields, unions and other advanced C features.

P2

Programming in C|Tutorial Audience|4-2|7,64
This on-line tutorial is designed for:

   * programmers, scientists, analysts and technical managers;

   * those that plan to use C for their software development;

   * those who have programmed before in a higher level language.

P3

Programming in C|Available Topics|0-3|13,56
Topics covered in the Programming in C tutorial include:

          *  Introduction
          *  C Building Blocks
          *  C Control Constructs
          *  C Programs and Functions
          *  C Macro Preprocessor
          *  Arrays in C
          *  Pointers in C
          *  Text Files in C
          *  C Structures/Records
          *  Structures, Arrays and Pointers
          *  The UNIX System Interface
          *  Advanced C Concepts