home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / c / msc51 / example / samples.doc < prev    next >
Encoding:
Text File  |  1988-08-11  |  1.7 KB  |  45 lines

  1.  
  2.               SAMPLES.DOC File
  3.  
  4.       Notes on sample programs included with the Microsoft(R)
  5.          C Optimizing Compiler Version 5.10
  6.  
  7.          (C) Copyright Microsoft Corporation, 1988
  8.  
  9.  
  10. This file describes the sample program included with the Microsoft C Optimizing
  11. Compiler, Version 5.10.
  12.  
  13.  
  14.     DEMO.C     Displays program arguments and environment in real, protected,
  15.            or bound mode. This file is used in the practice session in
  16.            Chapter 2 of the Microsoft C Optimizing Compiler User's Guide.
  17.     
  18.     CFLOW.C    Displays relationships between the functions of a C  program
  19.            in real, protected, or bound mode. The file CFLOW.DOC describes
  20.            how to use this utility.
  21.  
  22.     SIEVE.C    Finds prime numbers using the Sieve of Eratosthenes 
  23.            algorithm in real, protected, or bound mode.
  24.  
  25.     GRDEMO.C   Illustrates functions of the graphics library in real
  26.                mode only. 
  27.  
  28.     SORTDEMO.C Visually illustrates six different sorting algorithms in
  29.            protected or bound mode. The source code demonstrates how to
  30.            make OS/2 calls.
  31.  
  32.     SNAP.C     Runs in the background and saves the current screen in
  33.            a file when a hot key is pressed. This program runs only
  34.            in protected mode.
  35.  
  36.     MHELLO.C   Illustrates multiple threads. This program requires the
  37.            multiple-thread library. It runs only in protected mode.
  38.  
  39.     MTMAIN.C   Illustrates dynamic-link libraries. Both multiple-thread
  40.     MTDLL.C    (MT) and single-thread (ST) versions are provided. The 
  41.     STMAIN.C   .DLL modules are dynamic-link libraries. The MAIN modules
  42.     STDLL.C    are programs that call the dynamic-link libraries. This
  43.            program runs only in protected mode.
  44.                
  45.