KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q60649: C 6.00 SAMPLES.DOC File

Article: Q60649
Product(s): See article
Version(s): 6.00   | 6.00
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | readme readme.doc programmer's workbench | mspl13_c
Last Modified: 19-APR-1990

The following information is taken from the C Version 6.00 SAMPLES.DOC
file.

SAMPLES.DOC File
----------------

Notes on sample programs included with the Microsoft(R) C Optimizing
Compiler Version 6.00 (C) Copyright Microsoft Corporation, 1990.

   Files              Description
   -----              -----------

   GRDEMO.MAK         GRDEMO illustrates general graphics techniques
   GRDEMO.C           including drawing, animation, palette
   MENU.C             switching, window adjustment, menus, and
   MENU.H             turtle graphics. The MENU and TURTLE modules
   TURTLE.C           are independent modules that could be used
   TURTLE.H           in your own programs. Real mode only.

   CHRTDEMO.MAK       CHRTDEMO illustrates presentation graphics
   CHRTDEMO.C         techniques. You can use this program as a tool
   CHRTSUPT.C         for testing different modes and options before
   CHRTDEMO.H         building them into your own programs. Real mode
                      only.

   SORTDEMO.C         Visually illustrates six different sorting
                      algorithms. The source code demonstrates how
                      to make OS/2 calls. Real or protect mode.

   SNAP.C             Runs in the background and saves the current
                      screen in a file when a hot key is pressed.
                      Protected mode only.

   INCLUDE.C          A PWB extension file that implements an include
                      command that finds and opens include files.

   TXTFMT.C           A PWB extension file that implements various
                      commands related to text formatting. You can use
                      these commands to format paragraphs, center
                      text, change case, and insert or delete tab
                      spaces.

   FILTER.C           A PWB extension file that implements a filter
                      command. You can use it to replace a block of
                      text with the output of a user-specified
                      filter (such as the DOS SORT program).

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.