home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / examples / READ.ME < prev    next >
Encoding:
Text File  |  1996-12-24  |  1.9 KB  |  53 lines

  1. This directory contains examples of how to use various parts of the
  2. SAS/C® development system.  All examples are Copyright (c) 1993 SAS
  3. Institute, Inc, Cary, NC, USA; All Rights Reserved.
  4.  
  5. The following files are provided in this directory:
  6.  
  7.    example.c   - Example program discussed in the User's Guide, Volume I.
  8.    data.c      - Example program discussed in the CodeProbe documentation
  9.    hello.c     - Example "hello, world!" type program
  10.    lines.c     - Example program that opens a window and displays graphics
  11.  
  12. The following subdirectories are provided:
  13.  
  14.    avg            - How to call between assembler and C
  15.  
  16.    catching_tasks - How to catch a task that is already running in CPR
  17.  
  18.    cback          - How to use the cback.o startup to create detachable
  19.                     programs
  20.  
  21.    cover          - How to use coverage analysis
  22.  
  23.    cres           - How to use the cres.o startup to create residentable
  24.                     programs
  25.  
  26.    csource        - Source code to an example discussed in the CPR
  27.                     documentation
  28.  
  29.    cxx            - Source code to a C++ example discussed in the CPR
  30.                     documentation
  31.  
  32.    cxxsharedlib   - How to build shared libraries in C++, using C++ member
  33.                     functions as library entry points
  34.  
  35.    example_device - How to build and debug an AmigaDOS .device
  36.  
  37.    multitask      - How to debug a program that consists of multiple tasks
  38.  
  39.    nostartup      - How to write a program that doesn't use the standard
  40.                     C startup
  41.  
  42.    profile        - How to use the SPROF and LPROF utilities to profile
  43.                     a program
  44.  
  45.    reslib         - How to debug a shared library; how to profile a shared
  46.                     library using SPROF
  47.  
  48.    samplelib      - How to build a shared library using libinit.o and
  49.                     using libinitr.o
  50.  
  51.    streams        - How to use C++ iostreams
  52.  
  53.