home *** CD-ROM | disk | FTP | other *** search
-
- C1 - C-1
- Various programs written in C. Find area
- code, chase game, encryption, differential
- file comparison, debug style file dump. 11
- programs in all.
-
- CFUNCTS - C - FUNCTIONS
- 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 pseudo random number.
-
- CROBOTS - C - ROBOTS
- Game based on computer programming. Using
- the C language, program your robot to do
- battle with other robots, Complete
- strategies before game begins, then sit
- back and see who wins. Great for C
- students.
-
- CROBOTS2 - C - ROBOTS 2
- Additional robots for the C-ROBOTS game.
- (disk #290)
-
- CSTUFF - C - STUFF
- 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 position of cursor on text screen),
-
- CSUBR - C - SUBROUTINES
- Collection of 40 routines for use in the C
- language.
-
- CTOASM - MACRO ASSEMBLER WITH C
- Invaluable information and routines on
- calling Macro Assembler Functions from the
- MS-C Language.
-
- ECSTR - C - ROUTINES
- A collection of 74 C routines fully
- remarked with a wide variety of functions.
-
- EDITC - C - EDITOR
- 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
- its' parts.
-
- HGSCR102 - 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.
-
- M2COMP - MODULAR-2 COMPILER 1 of 3
- Features an integrated "make" facility, a
- program linker, a makefile generator, and
- an execution profiler. Library and runtime
- support code included.
-
- M2DOC - MODULAR-2 COMPILER DOCS 2 of 3
- Complete documentation for the Modular-2
- Compiler.
-
- M2UTIL - MODULAR-2 COMPILER UTIL 3 of 3
- Set of useful and necessary utilities for
- the Modular-2 Compiler.
-
- SC88 - BYTE's SMALL C COMPILER
- Version 1.0 of BYTE's small C compiler.
- Complete library files (nearly 100). For
- 8088 computers only.
-
- SCI13 - SMALL C INTERPRETER
- Includes a comprehensive tutorial. Command
- line mode will immediately perform any
- statement you type. Well done, especially
- for the novice.
-
- DANALYZ - D-ANALYZE
- A set of procedures and utilities to
- simplify development, documentation and
- maintenance of C code. Determines
- functions, keeps track of functions done
- in each file, much more.
-
- CTASK - 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.
-
- UCTURBO1 - UNICORN C FUNCTIONS v4.0
- A graphics and general purpose library for
- TURBO C using the IBM and TANDY 1000
- computers. Excellent sound routines.
-
- SCRN11 - SCREEN LIBRARY
- 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.
-
- C_WINDW - 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.
-
- UCW110 - UNICORN WINDOWS v1.10
- Basic window function library which allows
- the C programmer to use windowing
- techniques in the development of software.
-
- MDSPL100 - 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.
-
- QBLIBGV - Q-LIBRARY v3.0
- A library of 30 truly useful C functions.
- A variety of screen, keyboard, and window
- functions, More.
-
- BPLUS11 - B-PLUS PROGRAM v1.1
- A versatile, carefully designed module
- providing fast, efficient programming for
- indexing data files. Files can be
- retrieved based on key value or accessed
- in sequential order in either forward or
- reverse.
-
- DBTOOLC - 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.
-
- THE_PRO - 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, dialogue boxes, pull-down menus
- easily. Drag,zoom, split, hide, scroll
- windows. Machine and compiler independent.
-
- CUTIL - 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.
-
- CFLOW - C - FLOW
- 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.
-
- CPR - CPR
- 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.
-
- CUG187 - CUG-187
- A collection of over 50 C routines. Return
- date, compute CRC, center a string, format
- date, expand input tabs, many more.
-
- INDEX_C - INDEX v1.01
- 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.
-
- MRUTC - "TURBO C" Source Files.
- 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.
-
- RESLB201 - KyCorp Memory Resident v2.01
- Library of memory resident source routines
- for C. Allows you to easily create memory
- resident screens or programs.
-
- TURBOTOC - TURBO PASCAL to QUICK C v1.0
- Public domain program released from
- MicroSoft. Converts Turbo Pascal v3.0 and
- later programs to C. Even converts graphic
- routines.
-
- ADVC10 - ADVANCED C ROUTINES v1.0
- A collection of C routines for the
- advanced user. For use with the Microsoft
- compiler. Not designed for the novice.
-
- FASTVID - FAST VIDEO v1.0
- A set of no nonsense text display routines
- for Borlands Turbo C compiler. About 30
- routines included.
-
- TCTCOMM - TURBO-COMM for TC v1.1
- A set of powerful routines designed to
- provide easy access to the full
- capabilities for the PC's asynchronous
- communications port.
-
- TCDEBUG7 - 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
-
- TCGRAPH - TC-GRAPH
- Contains graphics primitives that may be
- useful to Turbo Pascal programmers
- converting to TC who have used TP's
- graphic functions.
-
- TCHELP - TURBO C HELP
- Quick and dirty reference guide to the
- library functions in Turbo C v1.0. Use by
- entering TCHELP [function].
-
- TCHK060 - TURBO C FUNCTIONS
- Supplies many I/O routines and date and
- time functions. Also has Lotus style slash-
- bar menu function.
-
- TCWIN - TURBO C WINDOWS v1.0
- Creates incredibly quick multi-level
- windows as library calls. Includes a
- tutoring program.
-
- TCWIND16 - WINDOW ROUTINES v1.6
- Collection of 19 functions for creating
- fast good-looking windows in Turbo C.
-
- TC_DBF - dBASE III INTERFACE for C
- Provides some tools for accessing dBASE
- III database files by Turbo C.
-
- TC_XMEM - EXTENDED MEMORY ACCESS
- 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.
-
- TCXL21 - TC EXTENDED LIBRARY v2.1
- 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!
-
- TLIB - TC LIBRARIAN
- 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.
-
- TOOLS4C - 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.
-
- TPTC17G - TPTC v1.7a 1 of 3
- Contains translator, documentation and a
- few support files. Allows you to convert
- Turbo Pascal source code into Turbo C
- source code.
-
- TPTC17GS - TPTC v1.7a 2 of 3
- This is the complete source code for TPTC.
-
- TPTC17GT - TPTC v1.7a 3 of 3
- Contains a number of test cases for TPTC
- used to verify the operation of TPTC.
-
- SCL121 - SCL1 C-FUNCTION LIBRARY V 2.1
- For Microsoft's and Borland's C compilers.
- This disk has over 100 video, mouse,
- keyboard, file, and sound related
- functions. Time saver! Get this if you
- program in C.
-
- PCC12C - PCC PERSONAL C COMPILER V 1.2C
- PCC is a fast powerful C compiler. This
- compiler is NOT full of bells and whistles
- it just makes fast tight compact programs.
- C language is a powerful and useful
- language being used by more and more
- people very day. From C Ware.
-
- CTRLCL10 - CTRLCLIB 1.0
- C Language Functions to manage the user-
- initiated class of interrupts such as
- control-C, control-break, system reset,
- pause, print screen, and others. For use
- with Microsoft and Borland C and C++
- compilers. From Trentech. ASP
-
- TOOLK202 - "C_WNDW" & "C_NDX" TOOLKIT 2.0 1 of 2
- This toolkit for Turbo C and Quick C
- provides windows, menus, formatted entry,
- and file access function. The toolkit
- makes it easy to write C programs of
- professional appearance, quality and
- performance. ASP
-
- TOOLK20B - "C_WNDW" & "C_NDX" TOOLKIT 2.0 2 of 2
- 2nd Disk of 2 Disks.
-
- PULLC21 - PULL C VER 2.1
- Includes multiple choice menus, multi-
- leveled submenus, help windows, directory
- windows, message system, and fully
- completed interfaces. Full featured data
- entry is built right in! Turbo C &
- Microsoft C compatible. From Eagle
-
- QWIKC21 - QWIKC VER 2.1
- QWIKC, Writes at speeds > 800,000 cps.
- Much faster than unit/library that comes
- with compilers. Works in all text modes
- for all video hardware. With virtual
- screen capability, QWIKC even works with a
- multi-tasking software. From Eagle
-
- WNDCW21 - WNDCW VER 2.1
- Multi-level virtual windows. WNDWC offers
- very powerful utilities with high speed
- and tight code for full window control and
- management. Yet they are simple to use
- even when using virtual windows. From
- Eagle Performance Software
-
- CSCRENED - C SCREEN EDITOR
- This is a complete screen editor program
- to edit files with documentation and
- complete source code written in C and a
- little assembler.
-
- SDB - SDB RELATIONAL DATABASE SYSTEM
- SDB is a relational data base system. This
- in itself is useful, but included C source
- code is more useful for learning to do
- these types of things in C. Includes 30
- pages of documentation.
-
- 12CUTILS - DOZENS OF C UTILITIES
- Write strings to stdin and stdout, get
- time in HH:MM:SS, move cursor to xy coor.,
- date conversions, draw lines & boxes,
- erase lines on screen, toggle screen
- attributes, read file, to strings are just
- some of these utilities complete with
-
- CDDADVN - D&D ADVENTURE GAME IN C
- D&D adventure game in C. The C source is
- included so you can examine and modify the
- code or just look at it for technique.
- Often the best way to learn to program is
- to examine good working code. This disk
- will give you many such examples.
-
- CUTILV1 - C UTILITIES VOL #1
- Clear screen, interface with DOS
- interrupts, a complete grep (string
- search) routine, disk I/O function &
- routines, zero memory, random number
- generator, file printer with page
- numbering, locate & position cursor, more.
-
- CUTILV2 - C UTILITIES VOL #2
- Add line feeds after CR, complete small C
- compiler with C source code, debug type
- memory dump, routine to build frames
- around menus, test input, Game of LIFE,
- convert binary to hex format, file
- archiver/ un-archiver, Towers of Hanoi
-
- BEGINC - C ROUTINES FOR THE BEGINNER
- Collection of C programs to help learn the
- C language, cursor locating and moving,
- clearing screen, getting date & time,
- working with matrices, print screen to
- printer, string processing & others. Full
- C source included for all programs on this
-
- SMALLC - SMALL C FOR MSDOS COMPUTERS
- Small C> full compiler for MS-DOS (meaning
- it will run on the PC). C is the language
- of choice by many professional developers
- (including Ashton Tate, Microsoft, and
- many others). This is an opportunity to
- learn C.
-
- COLLECTC - C PROGRAMS, ROUTINES, FUNCTION
- ADDLF> Add line feeds to text, CRC
- functions, DUMP2> dump file in hex, INKEY>
- Keyboard input routines, LEJ_LIB> func.
- from Kernigan & Ritchies's book, LIFE>
- Game written in C, MEMCLEAN> Clr memory
- above 640k, TYPECONV > type conversions in
-
- TURBOCU1 - TURBO C PROGRAMS & UTILITIES 1 of 2
- TCOMM> complete Telecommunications
- toolbox; object module library for TLINK
- (MSoft compatible); programs for
- generating sounds; fast screen I/O (direct
- writes to the video with screen clear and
- cursor positioning), contd.
-
- TURBOCU2 - TURBO C PROGRAMS & UTILITIES 2 of 2
- contd. Contents: Cross referencing program
- to point out variables, functions and
- identifiers, and over a dozen other
- programming aids. Includes fixes and
- patches to correct problems and add
- features.
-
- BOSSWIN1 - WINDOW BOSS 7.01 1 of 2
- BOSS is one of the most complete C
- windowing packages available. The author
- first examined all the commercial packages
- like "Panel", "Windows for C", "Halo" and
- others and took the best features from
- each and incorporated them into this fine
-
- BOSSWIN2 - BOSS WINDOWS 7.01 2 of 2
- The package is supported with good
- documentation and is designed to be used
- with MicroSoft C (3.0 and 4.0), Lattice C
- (all versions) and DataLight C Borland's
- Turbo C. For a small fee you can register
- with the author and get full source code.
-
- MCD - MOUSE CURSOR DESIGNER 2.00
- Create mouse cursors for graphics programs
- or EGA/VGA text program. Produce see-
- through, ovedrlayed or aniamted cursors.
- Contains over 50 sample cursors. It will
- generate source code for C, Pascal, Basic
- or Assembly language. Rqs, EGA/VGA. ASP
-
- RIE - RIMROCK ICON EDITOR 1.04
- Create graphical icons for use with
- EGA/VGA text programs. Allows you to
- create a 16 bit x 32 bit icon. It then
- generates source code in C language. It
- also comes with 6 sample icons. Rqs,
- EGA/VGA ASP
-