home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / cdrom / demo / ssls / progng-c.rpt < prev    next >
Encoding:
Text File  |  1991-05-09  |  9.6 KB  |  188 lines

  1. (288) C-1 - (***)  Bonus!
  2.    Various programs written in C. Find area code, chase game,
  3.    encryption, differential file comparison, debug style file dump.
  4.    11 programs in all.
  5. (289) C - FUNCTIONS - (***)  Bonus!
  6.    5 various C function calls. Makes life easier. Card.C - determines
  7.    type of video card, gcls.C - Clears screen, poke - accepts three
  8.    arguments/poke a character at give location, peek - opposite of
  9.    poke, rnd - generates a psuedo random number.
  10. (290) C - ROBOTS - (***)
  11.    Game based on computer programming. Using the C language, program
  12.    your robot to do battle with other robots, Complete stratagies
  13.    before game begins, then sit back and see who wins. Great for C
  14.    students.
  15. (291) C - ROBOTS 2 - (***)  Bonus!
  16.    Additional robots for the C-ROBOTS game. (disk #290)
  17. (292) C - STUFF - (***)  Bonus!
  18.    Helpful routines for using Microsoft or Lattice C compiler. Poke,
  19.    peek, fwrite (writes directly to screen buffer), cursor (turns
  20.    cursor on or off), cpos, (cursor position), caplock, numlock, cls,
  21.    getcurs, (gets positon of cursor on text screen), clreol.
  22. (293) C - SUBROUTINES - (***)  Bonus!
  23.    Collection of 40 routines for use in the C language.
  24. (294) MACRO ASSEMBLER WITH C - (***)  Bonus!
  25.    Invaluable information and routines on calling Macro Assembler
  26.    Functions from the MS-C Language.
  27. (295) C - ROUTINES - (***)
  28.    A collection of 74 C routines fully remarked with a wide variety
  29.    of functions.
  30. (296) C - EDITOR - (***)  Bonus!
  31.    Well done limited featured editor for the C language. Special
  32.    features include macro buffer, copy buffer, and source code for
  33.    modifying the program or using some of it's parts.
  34. (297) SCREEN I/O for C - (***)
  35.    Formatted screen I/O for the C language. Full-screen editor for
  36.    placing literal and data fields on screen, copy and move, define
  37.    data field which are strings, integers, and much more.
  38. (298) MODULAR-2 COMPILER - (****)  1 of 3 Disks
  39.    Features an integrated "make" facility, a program linker, a
  40.    makefile generator, and an execution profiler. Library and runtime
  41.    support code included.
  42. (299) MODULAR-2 COMPILER DOCS - (****)  2 of 3 Disks
  43.    Complete documentation for the Modular-2 Compiler.
  44. (300) MODULAR-2 COMPILER UTIL - (****)  3 of 3 Disks
  45.    Set of useful and necessary utilities for the Modular-2 Compiler.
  46. (303) BYTE's SMALL C COMPILER - (***)
  47.    Version 1.0 of BYTE's small C compiler. Complete library files
  48.    (nearly 100). For 8088 computers only.
  49. (304) SMALL C INTERPERTER - (****)
  50.    Includes a comprehensive tutorial. Command line mode will
  51.    immediately perform any statement you type. Well done, especially
  52.    for the novice.
  53. (378) D-ANALYZE - (***)  Bonus!
  54.    A set of procedures and utilities to simplify developement,
  55.    documentation and maintance of C code. Determines functions, keeps
  56.    track of functions done in each file, much more.
  57. (396) C-TASK v1.0 - (***)
  58.    A set of routines that allows functions in a C program to run
  59.    concurrently. Includes the basic multitasking kernel, drivers for
  60.    DOS access, keyboard and printer buffering, and serial
  61.    asynchronous I/O. Simplified multitasking for C.
  62. (427) UNICORN C FUNCTIONS v4.0 - (***)
  63.    A graphics and general purpose library for TURBO C using the IBM
  64.    and TANDY 1000 computers. Excellent sound routines.
  65. (434) SCREEN LIBRARY - (***)  Bonus!
  66.    A library of text screen routines for the Microsoft and turbo C
  67.    Compilers. Most routines written in assembly. Allow screen output
  68.    in color and the use of windows.
  69. (435) MARIETTA SYSTEMS TOOL-KIT - (***)
  70.    Tool kit for Turbo C and Quick C that provides windows, menus,
  71.    formatted entry and file access functions. Makes it easy to write
  72.    C programs of professional appearance, quality and performance.
  73. (437) UNICORN WINDOWS v1.10 - (***)  Bonus!
  74.    Basic window function library which allows the C programmer to use
  75.    windowing techniques in the developement of software.
  76. (439) MDISPLAY v1.00 - (***)
  77.    Allows the user to access 2 monitors from user written software.
  78.    Checks for monochrome card, create up to 15 windows, screen saver
  79.    feature, routines to clear, scroll, and write to a window.
  80. (440) Q-LIBRARY v3.0 - (***)  Bonus!
  81.    A library of 30 truly useful C functions. A variety of screen,
  82.    keyboard, and window functions, More.
  83. (450) B-PLUS PROGRAM v1.1 - (***)  Bonus!
  84.    A versatile, carefully designed module providing fast, efficient
  85.    programming for indexing data files. Files can be retrived based
  86.    on key value or accessed in sequential order in either forward or
  87.    reverse.
  88. (452) dBASE TOOLS for C v1.4 - (***)
  89.    A collection of tools for the C programmer using the dBASE
  90.    program. Rename arrays, put windows, create sounds, fill arrays
  91.    with random numbers, peek, poke, memory stats, are just a few of
  92.    the functions available.
  93. (453) THE WINDOW PRO for C v1.2 - (****)
  94.    One of the most comprehensive, compact, and easiest screen control
  95.    libraries available for C. Create context sensitive help, dialog
  96.    boxes, pull-down menus easily. Drag, zoom, split, hide, scroll
  97.    windows. Machine and compiler independent. (Archived file.)
  98. (455) C-UTILITIES - (***)
  99.    A collection of C utilities. Lump/unlump (gather or scatter files)
  100.    Grep (UNIX-like / scans for a string), XC (cross reference C
  101.    programs) many more.
  102. (456) C - FLOW - (***)  Bonus!
  103.    A program to reveal C program structure.  Accepts C source code as
  104.    input then generates a roughly structured listing of function
  105.    declarations and function calls within them.
  106. (457) CPR - (***)  Bonus!
  107.    Program searches for the beginning and end of functions. Prints
  108.    the files named in it's argument list, preceding the output with a
  109.    table of contents.
  110. (458) CUG-187 - (***)
  111.    A collection of over 50 C routines. Return date, compute CRC,
  112.    center a string, format date, expand input tabs, many more.
  113. (460) INDEX v1.01 - (***)  Bonus!
  114.    A collection of routines designed to provide single-key indexed
  115.    file access in C programs. Keys can be of any type including
  116.    float, double, and user-defined. Uses threaded binary tree to
  117.    maintain the index.
  118. (461) "TURBO C" Source Files. - (***)  Bonus!
  119.    This disk contains the source files for programs in the book
  120.    "Turbo C: Memory-resident Utilities, Screen I/O, and advanced
  121.    Programming Techniques by Al Stevens, 1987, MIS:Press. Provides
  122.    info on how to get book.
  123. (462) KyCorp Memory Resident v2. - (***)  Bonus!
  124.    Library of memory resident source routines for C. Allows you to
  125.    easily create memory resident screens or programs.
  126. (464) TURBO PASCAL to QUICK C v1 - (***)
  127.    Public domain program released from MicroSoft. Converts Turbo
  128.    Pascal v3.0 and later programs to C. Even converts graphic
  129.    routines.
  130. (465) ADVANCED C ROUTINES v1.0 - (***)  Bonus!
  131.    A collection of C routines for the advanced user. For use with the
  132.    microsoft compiler. Not designed for the novice.
  133. (467) FAST VIDEO v1.0 - (***)  Bonus!
  134.    A set of no nonsense text display routines for Borlands Turbo C
  135.    compiler. About 30 routines included.
  136. (468) TURBO-COMM for TC v1.1 - (***)  Bonus!
  137.    A set of powerful routines designed to provide easy access to the
  138.    full capibilities fo the PC's asynchronous communications port.
  139. (469) TURBO C DEBUGGER - (***)
  140.    Allows you to view source and assembly code while debugging, trace
  141.    operations by source lines of assembly instructions, insert break
  142.    points by function name/line number/address, examine/change global
  143.    variables, use watch window to watch variables. More.
  144. (470) TC-GRAPH - (***)  Bonus!
  145.    Contains graphics primitives that may be useful to Turbo Pascal
  146.    programmers converting to TC who have used TP's graphic functions.
  147. (471) TURBO C HELP - (***)  Bonus!
  148.    Quick and dirty reference guide to the library functions in Turbo
  149.    C v1.0. Use by entering TCHELP [function].
  150. (472) TURBO C FUNCTIONS - (***)
  151.    Supplies many I/O routines and date and time functions. Also has
  152.    Lotus style slash-bar menu function.
  153. (473) TURBO C WINDOWS v1.0 - (***)
  154.    Creates incredibly quick multi-level windows as library calls.
  155.    Includes a tutoring program.
  156. (474) WINDOW ROUTINES v1.6 - (***)
  157.    Collection of 19 functions for creating fast good-looking windows
  158.    in Turbo C.
  159. (475) dBASE III INTERFACE for C - (***)  Bonus!
  160.    Provides some tools for accessing dBASE III database files by
  161.    Turbo C.
  162. (476) EXTENDED MEMORY ACCESS - (***)  Bonus!
  163.    A Turbo C callable routine for 80286/386 that allows you to
  164.    transfer up to 64k of data to/from low DOS memory and high memory.
  165.    More.
  166. (490) TC EXTENDED LIBRARY v2.1 - (***)  Bonus!
  167.    Just a few... sound beep, return bios ver.date, draw box, caps
  168.    lock on/off, clear keyboard buffer, clear screen, determine
  169.    extended mem, hide a disk file, determine if game port, clock is
  170.    installed. Much more!
  171. (491) TC LIBRARIAN - (***)  Bonus!
  172.    An object code librarian designed to work with Turbo Link. Allows
  173.    programmer to place object code modules into a single library
  174.    file, manipulate those modules and create a detailed listing of
  175.    the library's contents.
  176. (492) TOOLS for C - (***)
  177.    A comprehensive library of tested C and assembler functions.
  178.    Routines for screen and keyboard I/O, window management, a menu
  179.    system, string routines and more.
  180. (493) TPTC v1.7a - (***)  1 of 3 Disks
  181.    Contains translator, documentation and a few support files. Allows
  182.    you to convert Turbo Pascal source code into Turbo C source code.
  183. (494) TPTC v1.7a - (***)  2 of 3 Disks
  184.    This is the complete source code for TPTC.
  185. (495) TPTC v1.7a - (***)  3 of 3 Disks
  186.    Contains a number of test cases for TPTC used to verify the
  187.    operation of TPTC.
  188.