KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q40315: QC 2.00 SAMPLES.DOC: Sample Program Descriptions

Article: Q40315
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): enduser | | mspl13_c
Last Modified: 17-JAN-1989

The following information about sample programs is taken from the
SAMPLES.DOC file included with the Microsoft QuickC Compiler Version
2.00.

In addition to the reference and "C For Yourself" manual examples in
the QC Advisor, the following sample programs are provided with
QuickC:

   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.

   LIFE.MAK           LIFE illustrates general C and inline assembler
   LIFE.C             techniques. In particular, it shows how to write
   TOOLS.C            entire screens to the screen buffer. The TOOLS
   TOOLS.H            module contains independent functions and
                      macros that could be used in your own programs.

   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.

   CRLF.C             CRLF is a tool for converting certain files that
                      can not be loaded into the QC environment. It
                      removes unwanted control characters and ensures
                      that each line is terminated by a carriage-return/
                      line-feed pair. CRLF.EXE is also provided on the
                      utilities disk.

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.