home *** CD-ROM | disk | FTP | other *** search
- (288) C-1 - (***) Bonus!
- Various programs written in C. Find area code, chase game,
- encryption, differential file comparison, debug style file dump.
- 11 programs in all.
- (289) C - FUNCTIONS - (***) Bonus!
- 5 various C function calls. Makes life easier. Card.C - determines
- type of video card, gcls.C - Clears screen, poke - accepts three
- arguments/poke a character at give location, peek - opposite of
- poke, rnd - generates a psuedo random number.
- (290) C - ROBOTS - (***)
- Game based on computer programming. Using the C language, program
- your robot to do battle with other robots, Complete stratagies
- before game begins, then sit back and see who wins. Great for C
- students.
- (291) C - ROBOTS 2 - (***) Bonus!
- Additional robots for the C-ROBOTS game. (disk #290)
- (292) C - STUFF - (***) Bonus!
- Helpful routines for using Microsoft or Lattice C compiler. Poke,
- peek, fwrite (writes directly to screen buffer), cursor (turns
- cursor on or off), cpos, (cursor position), caplock, numlock, cls,
- getcurs, (gets positon of cursor on text screen), clreol.
- (293) C - SUBROUTINES - (***) Bonus!
- Collection of 40 routines for use in the C language.
- (294) MACRO ASSEMBLER WITH C - (***) Bonus!
- Invaluable information and routines on calling Macro Assembler
- Functions from the MS-C Language.
- (295) C - ROUTINES - (***)
- A collection of 74 C routines fully remarked with a wide variety
- of functions.
- (296) C - EDITOR - (***) Bonus!
- Well done limited featured editor for the C language. Special
- features include macro buffer, copy buffer, and source code for
- modifying the program or using some of it's parts.
- (297) SCREEN I/O for C - (***)
- Formatted screen I/O for the C language. Full-screen editor for
- placing literal and data fields on screen, copy and move, define
- data field which are strings, integers, and much more.
- (298) MODULAR-2 COMPILER - (****) 1 of 3 Disks
- Features an integrated "make" facility, a program linker, a
- makefile generator, and an execution profiler. Library and runtime
- support code included.
- (299) MODULAR-2 COMPILER DOCS - (****) 2 of 3 Disks
- Complete documentation for the Modular-2 Compiler.
- (300) MODULAR-2 COMPILER UTIL - (****) 3 of 3 Disks
- Set of useful and necessary utilities for the Modular-2 Compiler.
- (303) BYTE's SMALL C COMPILER - (***)
- Version 1.0 of BYTE's small C compiler. Complete library files
- (nearly 100). For 8088 computers only.
- (304) SMALL C INTERPERTER - (****)
- Includes a comprehensive tutorial. Command line mode will
- immediately perform any statement you type. Well done, especially
- for the novice.
- (378) D-ANALYZE - (***) Bonus!
- A set of procedures and utilities to simplify developement,
- documentation and maintance of C code. Determines functions, keeps
- track of functions done in each file, much more.
- (396) C-TASK v1.0 - (***)
- A set of routines that allows functions in a C program to run
- concurrently. Includes the basic multitasking kernel, drivers for
- DOS access, keyboard and printer buffering, and serial
- asynchronous I/O. Simplified multitasking for C.
- (427) UNICORN C FUNCTIONS v4.0 - (***)
- A graphics and general purpose library for TURBO C using the IBM
- and TANDY 1000 computers. Excellent sound routines.
- (434) SCREEN LIBRARY - (***) Bonus!
- A library of text screen routines for the Microsoft and turbo C
- Compilers. Most routines written in assembly. Allow screen output
- in color and the use of windows.
- (435) MARIETTA SYSTEMS TOOL-KIT - (***)
- Tool kit for Turbo C and Quick C that provides windows, menus,
- formatted entry and file access functions. Makes it easy to write
- C programs of professional appearance, quality and performance.
- (437) UNICORN WINDOWS v1.10 - (***) Bonus!
- Basic window function library which allows the C programmer to use
- windowing techniques in the developement of software.
- (439) MDISPLAY v1.00 - (***)
- Allows the user to access 2 monitors from user written software.
- Checks for monochrome card, create up to 15 windows, screen saver
- feature, routines to clear, scroll, and write to a window.
- (440) Q-LIBRARY v3.0 - (***) Bonus!
- A library of 30 truly useful C functions. A variety of screen,
- keyboard, and window functions, More.
- (450) B-PLUS PROGRAM v1.1 - (***) Bonus!
- A versatile, carefully designed module providing fast, efficient
- programming for indexing data files. Files can be retrived based
- on key value or accessed in sequential order in either forward or
- reverse.
- (452) dBASE TOOLS for C v1.4 - (***)
- A collection of tools for the C programmer using the dBASE
- program. Rename arrays, put windows, create sounds, fill arrays
- with random numbers, peek, poke, memory stats, are just a few of
- the functions available.
- (453) THE WINDOW PRO for C v1.2 - (****)
- One of the most comprehensive, compact, and easiest screen control
- libraries available for C. Create context sensitive help, dialog
- boxes, pull-down menus easily. Drag, zoom, split, hide, scroll
- windows. Machine and compiler independent. (Archived file.)
- (455) C-UTILITIES - (***)
- A collection of C utilities. Lump/unlump (gather or scatter files)
- Grep (UNIX-like / scans for a string), XC (cross reference C
- programs) many more.
- (456) C - FLOW - (***) Bonus!
- A program to reveal C program structure. Accepts C source code as
- input then generates a roughly structured listing of function
- declarations and function calls within them.
- (457) CPR - (***) Bonus!
- Program searches for the beginning and end of functions. Prints
- the files named in it's argument list, preceding the output with a
- table of contents.
- (458) CUG-187 - (***)
- A collection of over 50 C routines. Return date, compute CRC,
- center a string, format date, expand input tabs, many more.
- (460) INDEX v1.01 - (***) Bonus!
- A collection of routines designed to provide single-key indexed
- file access in C programs. Keys can be of any type including
- float, double, and user-defined. Uses threaded binary tree to
- maintain the index.
- (461) "TURBO C" Source Files. - (***) Bonus!
- This disk contains the source files for programs in the book
- "Turbo C: Memory-resident Utilities, Screen I/O, and advanced
- Programming Techniques by Al Stevens, 1987, MIS:Press. Provides
- info on how to get book.
- (462) KyCorp Memory Resident v2. - (***) Bonus!
- Library of memory resident source routines for C. Allows you to
- easily create memory resident screens or programs.
- (464) TURBO PASCAL to QUICK C v1 - (***)
- Public domain program released from MicroSoft. Converts Turbo
- Pascal v3.0 and later programs to C. Even converts graphic
- routines.
- (465) ADVANCED C ROUTINES v1.0 - (***) Bonus!
- A collection of C routines for the advanced user. For use with the
- microsoft compiler. Not designed for the novice.
- (467) FAST VIDEO v1.0 - (***) Bonus!
- A set of no nonsense text display routines for Borlands Turbo C
- compiler. About 30 routines included.
- (468) TURBO-COMM for TC v1.1 - (***) Bonus!
- A set of powerful routines designed to provide easy access to the
- full capibilities fo the PC's asynchronous communications port.
- (469) TURBO C DEBUGGER - (***)
- Allows you to view source and assembly code while debugging, trace
- operations by source lines of assembly instructions, insert break
- points by function name/line number/address, examine/change global
- variables, use watch window to watch variables. More.
- (470) TC-GRAPH - (***) Bonus!
- Contains graphics primitives that may be useful to Turbo Pascal
- programmers converting to TC who have used TP's graphic functions.
- (471) TURBO C HELP - (***) Bonus!
- Quick and dirty reference guide to the library functions in Turbo
- C v1.0. Use by entering TCHELP [function].
- (472) TURBO C FUNCTIONS - (***)
- Supplies many I/O routines and date and time functions. Also has
- Lotus style slash-bar menu function.
- (473) TURBO C WINDOWS v1.0 - (***)
- Creates incredibly quick multi-level windows as library calls.
- Includes a tutoring program.
- (474) WINDOW ROUTINES v1.6 - (***)
- Collection of 19 functions for creating fast good-looking windows
- in Turbo C.
- (475) dBASE III INTERFACE for C - (***) Bonus!
- Provides some tools for accessing dBASE III database files by
- Turbo C.
- (476) EXTENDED MEMORY ACCESS - (***) Bonus!
- A Turbo C callable routine for 80286/386 that allows you to
- transfer up to 64k of data to/from low DOS memory and high memory.
- More.
- (490) TC EXTENDED LIBRARY v2.1 - (***) Bonus!
- Just a few... sound beep, return bios ver.date, draw box, caps
- lock on/off, clear keyboard buffer, clear screen, determine
- extended mem, hide a disk file, determine if game port, clock is
- installed. Much more!
- (491) TC LIBRARIAN - (***) Bonus!
- An object code librarian designed to work with Turbo Link. Allows
- programmer to place object code modules into a single library
- file, manipulate those modules and create a detailed listing of
- the library's contents.
- (492) TOOLS for C - (***)
- A comprehensive library of tested C and assembler functions.
- Routines for screen and keyboard I/O, window management, a menu
- system, string routines and more.
- (493) TPTC v1.7a - (***) 1 of 3 Disks
- Contains translator, documentation and a few support files. Allows
- you to convert Turbo Pascal source code into Turbo C source code.
- (494) TPTC v1.7a - (***) 2 of 3 Disks
- This is the complete source code for TPTC.
- (495) TPTC v1.7a - (***) 3 of 3 Disks
- Contains a number of test cases for TPTC used to verify the
- operation of TPTC.
-