home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / reclame / educmast / progng_c.win < prev    next >
Text File  |  1993-10-07  |  39KB  |  481 lines

  1.                                                                                 
  2. C1       - C-1                                                                  
  3.            Various programs written in C. Find area                             
  4.            code, chase game, encryption, differential                           
  5.            file comparison, debug style file dump. 11                           
  6.            programs in all.                                                     
  7.                                                                                 
  8. CFUNCTS  - C - FUNCTIONS                                                        
  9.            5 various C function calls. Makes life                               
  10.            easier. Card.C - determines type of video                            
  11.            card, gcls.C - Clears screen, poke -                                 
  12.            accepts three arguments/poke a character                             
  13.            at give location, peek - opposite of poke,                           
  14.            rnd - generates a pseudo random number.                              
  15.                                                                                 
  16. CROBOTS  - C - ROBOTS                                                           
  17.            Game based on computer programming. Using                            
  18.            the C language, program your robot to do                             
  19.            battle with other robots, Complete                                   
  20.            strategies before game begins, then sit                              
  21.            back and see who wins. Great for C                                   
  22.            students.                                                            
  23.                                                                                 
  24. CROBOTS2 - C - ROBOTS 2                                                         
  25.            Additional robots for the C-ROBOTS game.                             
  26.            (disk #290)                                                          
  27.                                                                                 
  28. CSTUFF   - C - STUFF                                                            
  29.            Helpful routines for using Microsoft or                              
  30.            Lattice C compiler. Poke, peek, fwrite                               
  31.            (writes directly to screen buffer), cursor                           
  32.            (turns cursor on or off), cpos, (cursor                              
  33.            position), caplock, numlock, cls, getcurs,                           
  34.            (gets position of cursor on text screen),                            
  35.                                                                                 
  36. CSUBR    - C - SUBROUTINES                                                      
  37.            Collection of 40 routines for use in the C                           
  38.            language.                                                            
  39.                                                                                 
  40. CTOASM   - MACRO ASSEMBLER WITH C                                               
  41.            Invaluable information and routines on                               
  42.            calling Macro Assembler Functions from the                           
  43.            MS-C Language.                                                       
  44.                                                                                 
  45. ECSTR    - C - ROUTINES                                                         
  46.            A collection of 74 C routines fully                                  
  47.            remarked with a wide variety of functions.                           
  48.                                                                                 
  49. EDITC    - C - EDITOR                                                           
  50.            Well done limited featured editor for the                            
  51.            C language. Special features include macro                           
  52.            buffer, copy buffer, and source code for                             
  53.            modifying the program or using some of                               
  54.            its' parts.                                                          
  55.                                                                                 
  56. HGSCR102 - SCREEN I/O for C                                                     
  57.            Formatted screen I/O for the C language.                             
  58.            Full-screen editor for placing literal and                           
  59.            data fields on screen, copy and move,                                
  60.            define data field which are strings,                                 
  61.            integers, and much more.                                             
  62.                                                                                 
  63. M2COMP   - MODULAR-2 COMPILER  1 of 3                                           
  64.            Features an integrated "make" facility, a                            
  65.            program linker, a makefile generator, and                            
  66.            an execution profiler. Library and runtime                           
  67.            support code included.                                               
  68.                                                                                 
  69. M2DOC    - MODULAR-2 COMPILER DOCS  2 of 3                                      
  70.            Complete documentation for the Modular-2                             
  71.            Compiler.                                                            
  72.                                                                                 
  73. M2UTIL   - MODULAR-2 COMPILER UTIL  3 of 3                                      
  74.            Set of useful and necessary utilities for                            
  75.            the Modular-2 Compiler.                                              
  76.                                                                                 
  77. SC88     - BYTE's SMALL C COMPILER                                              
  78.            Version 1.0 of BYTE's small C compiler.                              
  79.            Complete library files (nearly 100). For                             
  80.            8088 computers only.                                                 
  81.                                                                                 
  82. SCI13    - SMALL C INTERPRETER                                                  
  83.            Includes a comprehensive tutorial. Command                           
  84.            line mode will immediately perform any                               
  85.            statement you type. Well done, especially                            
  86.            for the novice.                                                      
  87.                                                                                 
  88. DANALYZ  - D-ANALYZE                                                            
  89.            A set of procedures and utilities to                                 
  90.            simplify development, documentation and                              
  91.            maintenance of C code. Determines                                    
  92.            functions, keeps track of functions done                             
  93.            in each file, much more.                                             
  94.                                                                                 
  95. CTASK    - C-TASK v1.0                                                          
  96.            A set of routines that allows functions in                           
  97.            a C program to run concurrently. Includes                            
  98.            the basic multitasking kernel, drivers for                           
  99.            DOS access, keyboard and printer                                     
  100.            buffering, and serial asynchronous I/O.                              
  101.            Simplified multitasking for C.                                       
  102.                                                                                 
  103. UCTURBO1 - UNICORN C FUNCTIONS v4.0                                             
  104.            A graphics and general purpose library for                           
  105.            TURBO C using the IBM and TANDY 1000                                 
  106.            computers. Excellent sound routines.                                 
  107.                                                                                 
  108. SCRN11   - SCREEN LIBRARY                                                       
  109.            A library of text screen routines for the                            
  110.            Microsoft and turbo C Compilers. Most                                
  111.            routines written in assembly. Allow screen                           
  112.            output in color and the use of windows.                              
  113.                                                                                 
  114. C_WINDW  - MARIETTA SYSTEMS TOOL-KIT                                            
  115.            Tool kit for Turbo C and Quick C that                                
  116.            provides windows, menus, formatted entry                             
  117.            and file access functions. Makes it easy                             
  118.            to write C programs of professional                                  
  119.            appearance, quality and performance.                                 
  120.                                                                                 
  121. UCW110   - UNICORN WINDOWS v1.10                                                
  122.            Basic window function library which allows                           
  123.            the C programmer to use windowing                                    
  124.            techniques in the development of software.                           
  125.                                                                                 
  126. MDSPL100 - MDISPLAY v1.00                                                       
  127.            Allows the user to access 2 monitors from                            
  128.            user written software. Checks for                                    
  129.            monochrome card, create up to 15 windows,                            
  130.            screen saver feature, routines to clear,                             
  131.            scroll, and write to a window.                                       
  132.                                                                                 
  133. QBLIBGV  - Q-LIBRARY v3.0                                                       
  134.            A library of 30 truly useful C functions.                            
  135.            A variety of screen, keyboard, and window                            
  136.            functions, More.                                                     
  137.                                                                                 
  138. BPLUS11  - B-PLUS PROGRAM v1.1                                                  
  139.            A versatile, carefully designed module                               
  140.            providing fast, efficient programming for                            
  141.            indexing data files. Files can be                                    
  142.            retrieved based on key value or accessed                             
  143.            in sequential order in either forward or                             
  144.            reverse.                                                             
  145.                                                                                 
  146. DBTOOLC  - dBASE TOOLS for C v1.4                                               
  147.            A collection of tools for the C programmer                           
  148.            using the dBASE program. Rename arrays,                              
  149.            put windows, create sounds, fill arrays                              
  150.            with random numbers, peek, poke, memory                              
  151.            stats, are just a few of the functions                               
  152.            available.                                                           
  153.                                                                                 
  154. THE_PRO  - THE WINDOW PRO for C v1.2                                            
  155.            One of the most comprehensive, compact,                              
  156.            and easiest screen control libraries                                 
  157.            available for C. Create context sensitive                            
  158.            help, dialogue boxes, pull-down menus                                
  159.            easily. Drag,zoom, split, hide, scroll                               
  160.            windows. Machine and compiler independent.                           
  161.                                                                                 
  162. CUTIL    - C-UTILITIES                                                          
  163.            A collection of C utilities. Lump/unlump                             
  164.            (gather or scatter files) Grep (UNIX-like                            
  165.            / scans for a string), XC (cross reference                           
  166.            C programs) many more.                                               
  167.                                                                                 
  168. CFLOW    - C - FLOW                                                             
  169.            A program to reveal C program structure.                             
  170.            Accepts C source code as input then                                  
  171.            generates a roughly structured listing of                            
  172.            function declarations and function calls                             
  173.            within them.                                                         
  174.                                                                                 
  175. CPR      - CPR                                                                  
  176.            Program searches for the beginning and end                           
  177.            of functions. Prints the files named in                              
  178.            it's argument list, preceding the output                             
  179.            with a table of contents.                                            
  180.                                                                                 
  181. CUG187   - CUG-187                                                              
  182.            A collection of over 50 C routines. Return                           
  183.            date, compute CRC, center a string, format                           
  184.            date, expand input tabs, many more.                                  
  185.                                                                                 
  186. INDEX_C  - INDEX v1.01                                                          
  187.            A collection of routines designed to                                 
  188.            provide single-key indexed file access in                            
  189.            C programs. Keys can be of any type                                  
  190.            including float, double, and user-defined.                           
  191.            Uses threaded binary tree to maintain the                            
  192.            index.                                                               
  193.                                                                                 
  194. MRUTC    - "TURBO C" Source Files.                                              
  195.            This disk contains the source files for                              
  196.            programs in the book "Turbo C: Memory-                               
  197.            resident Utilities, Screen I/O, and                                  
  198.            advanced Programming Techniques by Al                                
  199.            Stevens, 1987, MIS:Press. Provides info on                           
  200.            how to get book.                                                     
  201.                                                                                 
  202. RESLB201 - KyCorp Memory Resident v2.01                                         
  203.            Library of memory resident source routines                           
  204.            for C. Allows you to easily create memory                            
  205.            resident screens or programs.                                        
  206.                                                                                 
  207. TURBOTOC - TURBO PASCAL to QUICK C v1.0                                         
  208.            Public domain program released from                                  
  209.            MicroSoft. Converts Turbo Pascal v3.0 and                            
  210.            later programs to C. Even converts graphic                           
  211.            routines.                                                            
  212.                                                                                 
  213. ADVC10   - ADVANCED C ROUTINES v1.0                                             
  214.            A collection of C routines for the                                   
  215.            advanced user. For use with the Microsoft                            
  216.            compiler. Not designed for the novice.                               
  217.                                                                                 
  218. FASTVID  - FAST VIDEO v1.0                                                      
  219.            A set of no nonsense text display routines                           
  220.            for Borlands Turbo C compiler. About 30                              
  221.            routines included.                                                   
  222.                                                                                 
  223. TCTCOMM  - TURBO-COMM for TC v1.1                                               
  224.            A set of powerful routines designed to                               
  225.            provide easy access to the full                                      
  226.            capabilities for the PC's asynchronous                               
  227.            communications port.                                                 
  228.                                                                                 
  229. TCDEBUG7 - TURBO C DEBUGGER                                                     
  230.            Allows you to view source and assembly                               
  231.            code while debugging, trace operations by                            
  232.            source lines of assembly instructions,                               
  233.            insert break points by function name/line                            
  234.            number/address, examine/change global                                
  235.            variables, use watch window to watch                                 
  236.                                                                                 
  237. TCGRAPH  - TC-GRAPH                                                             
  238.            Contains graphics primitives that may be                             
  239.            useful to Turbo Pascal programmers                                   
  240.            converting to TC who have used TP's                                  
  241.            graphic functions.                                                   
  242.                                                                                 
  243. TCHELP   - TURBO C HELP                                                         
  244.            Quick and dirty reference guide to the                               
  245.            library functions in Turbo C v1.0. Use by                            
  246.            entering TCHELP [function].                                          
  247.                                                                                 
  248. TCHK060  - TURBO C FUNCTIONS                                                    
  249.            Supplies many I/O routines and date and                              
  250.            time functions. Also has Lotus style slash-                          
  251.            bar menu function.                                                   
  252.                                                                                 
  253. TCWIN    - TURBO C WINDOWS v1.0                                                 
  254.            Creates incredibly quick multi-level                                 
  255.            windows as library calls. Includes a                                 
  256.            tutoring program.                                                    
  257.                                                                                 
  258. TCWIND16 - WINDOW ROUTINES v1.6                                                 
  259.            Collection of 19 functions for creating                              
  260.            fast good-looking windows in Turbo C.                                
  261.                                                                                 
  262. TC_DBF   - dBASE III INTERFACE for C                                            
  263.            Provides some tools for accessing dBASE                              
  264.            III database files by Turbo C.                                       
  265.                                                                                 
  266. TC_XMEM  - EXTENDED MEMORY ACCESS                                               
  267.            A Turbo C callable routine for 80286/386                             
  268.            that allows you to transfer up to 64k of                             
  269.            data to/from low DOS memory and high                                 
  270.            memory. More.                                                        
  271.                                                                                 
  272. TCXL21   - TC EXTENDED LIBRARY v2.1                                             
  273.            Just a few... sound beep, return bios                                
  274.            ver.date, draw box, caps lock on/off,                                
  275.            clear keyboard buffer, clear screen,                                 
  276.            determine extended mem, hide a disk file,                            
  277.            determine if game port, clock is                                     
  278.            installed. Much more!                                                
  279.                                                                                 
  280. TLIB     - TC LIBRARIAN                                                         
  281.            An object code librarian designed to work                            
  282.            with Turbo Link. Allows programmer to                                
  283.            place object code modules into a single                              
  284.            library file, manipulate those modules and                           
  285.            create a detailed listing of the library's                           
  286.            contents.                                                            
  287.                                                                                 
  288. TOOLS4C  - TOOLS for C                                                          
  289.            A comprehensive library of tested C and                              
  290.            assembler functions. Routines for screen                             
  291.            and keyboard I/O, window management, a                               
  292.            menu system, string routines and more.                               
  293.                                                                                 
  294. TPTC17G  - TPTC v1.7a  1 of 3                                                   
  295.            Contains translator, documentation and a                             
  296.            few support files. Allows you to convert                             
  297.            Turbo Pascal source code into Turbo C                                
  298.            source code.                                                         
  299.                                                                                 
  300. TPTC17GS - TPTC v1.7a  2 of 3                                                   
  301.            This is the complete source code for TPTC.                           
  302.                                                                                 
  303. TPTC17GT - TPTC v1.7a  3 of 3                                                   
  304.            Contains a number of test cases for TPTC                             
  305.            used to verify the operation of TPTC.                                
  306.                                                                                 
  307. SCL121   - SCL1 C-FUNCTION LIBRARY V 2.1                                        
  308.            For Microsoft's and Borland's C compilers.                           
  309.            This disk has over 100 video, mouse,                                 
  310.            keyboard, file, and sound related                                    
  311.            functions. Time saver! Get this if you                               
  312.            program in C.                                                        
  313.                                                                                 
  314. PCC12C   - PCC PERSONAL C COMPILER V 1.2C                                       
  315.            PCC is a fast powerful C compiler. This                              
  316.            compiler is NOT full of bells and whistles                           
  317.            it just makes fast tight compact programs.                           
  318.            C language is a powerful and useful                                  
  319.            language being used by more and more                                 
  320.            people very day. From C Ware.                                        
  321.                                                                                 
  322. CTRLCL10 - CTRLCLIB 1.0                                                         
  323.            C Language Functions to manage the user-                             
  324.            initiated class of interrupts such as                                
  325.            control-C, control-break, system reset,                              
  326.            pause, print screen, and others. For use                             
  327.            with Microsoft and Borland C and C++                                 
  328.            compilers. From Trentech.  ASP                                       
  329.                                                                                 
  330. TOOLK202 - "C_WNDW" & "C_NDX" TOOLKIT 2.0  1 of 2                               
  331.            This toolkit for Turbo C and Quick C                                 
  332.            provides windows, menus, formatted entry,                            
  333.            and file access function. The toolkit                                
  334.            makes it easy to write C programs of                                 
  335.            professional appearance, quality and                                 
  336.            performance.     ASP                                                 
  337.                                                                                 
  338. TOOLK20B - "C_WNDW" & "C_NDX" TOOLKIT 2.0  2 of 2                               
  339.            2nd Disk of 2 Disks.                                                 
  340.                                                                                 
  341. PULLC21  - PULL C VER 2.1                                                       
  342.            Includes multiple choice menus, multi-                               
  343.            leveled submenus, help windows, directory                            
  344.            windows, message system, and fully                                   
  345.            completed interfaces. Full featured data                             
  346.            entry is built right in! Turbo C &                                   
  347.            Microsoft C compatible. From Eagle                                   
  348.                                                                                 
  349. QWIKC21  - QWIKC VER 2.1                                                        
  350.            QWIKC, Writes at speeds > 800,000 cps.                               
  351.            Much faster than unit/library that comes                             
  352.            with compilers. Works in all text modes                              
  353.            for all video hardware. With virtual                                 
  354.            screen capability, QWIKC even works with a                           
  355.            multi-tasking software. From Eagle                                   
  356.                                                                                 
  357. WNDCW21  - WNDCW VER 2.1                                                        
  358.            Multi-level virtual windows. WNDWC offers                            
  359.            very powerful utilities with high speed                              
  360.            and tight code for full window control and                           
  361.            management. Yet they are simple to use                               
  362.            even when using virtual windows. From                                
  363.            Eagle Performance Software                                           
  364.                                                                                 
  365. CSCRENED - C SCREEN EDITOR                                                      
  366.            This is a complete screen editor program                             
  367.            to edit files with documentation and                                 
  368.            complete source code written in C and a                              
  369.            little assembler.                                                    
  370.                                                                                 
  371. SDB      - SDB RELATIONAL DATABASE SYSTEM                                       
  372.            SDB is a relational data base system. This                           
  373.            in itself is useful, but included C source                           
  374.            code is more useful for learning to do                               
  375.            these types of things in C. Includes 30                              
  376.            pages of documentation.                                              
  377.                                                                                 
  378. 12CUTILS - DOZENS OF C UTILITIES                                                
  379.            Write strings to stdin and stdout, get                               
  380.            time in HH:MM:SS, move cursor to xy coor.,                           
  381.            date conversions, draw lines & boxes,                                
  382.            erase lines on screen, toggle screen                                 
  383.            attributes, read file, to strings are just                           
  384.            some of these utilities complete with                                
  385.                                                                                 
  386. CDDADVN  - D&D ADVENTURE GAME IN C                                              
  387.            D&D adventure game in C. The C source is                             
  388.            included so you can examine and modify the                           
  389.            code or just look at it for technique.                               
  390.            Often the best way to learn to program is                            
  391.            to examine good working code. This disk                              
  392.            will give you many such examples.                                    
  393.                                                                                 
  394. CUTILV1  - C UTILITIES VOL #1                                                   
  395.            Clear screen, interface with DOS                                     
  396.            interrupts, a complete grep (string                                  
  397.            search) routine, disk I/O function &                                 
  398.            routines, zero memory, random number                                 
  399.            generator, file printer with page                                    
  400.            numbering, locate & position cursor, more.                           
  401.                                                                                 
  402. CUTILV2  - C UTILITIES VOL #2                                                   
  403.            Add line feeds after CR, complete small C                            
  404.            compiler with C source code, debug type                              
  405.            memory dump, routine to build frames                                 
  406.            around menus, test input, Game of LIFE,                              
  407.            convert binary to hex format, file                                   
  408.            archiver/ un-archiver, Towers of Hanoi                               
  409.                                                                                 
  410. BEGINC   - C ROUTINES FOR THE BEGINNER                                          
  411.            Collection of C programs to help learn the                           
  412.            C language, cursor locating and moving,                              
  413.            clearing screen, getting date & time,                                
  414.            working with matrices, print screen to                               
  415.            printer, string processing & others. Full                            
  416.            C source included for all programs on this                           
  417.                                                                                 
  418. SMALLC   - SMALL C FOR MSDOS COMPUTERS                                          
  419.            Small C> full compiler for MS-DOS (meaning                           
  420.            it will run on the PC). C is the language                            
  421.            of choice by many professional developers                            
  422.            (including Ashton Tate, Microsoft, and                               
  423.            many others). This is an opportunity to                              
  424.            learn C.                                                             
  425.                                                                                 
  426. COLLECTC - C PROGRAMS, ROUTINES, FUNCTION                                       
  427.            ADDLF> Add line feeds to text, CRC                                   
  428.            functions, DUMP2> dump file in hex, INKEY>                           
  429.            Keyboard input routines, LEJ_LIB> func.                              
  430.            from Kernigan & Ritchies's book, LIFE>                               
  431.            Game written in C, MEMCLEAN> Clr memory                              
  432.            above 640k, TYPECONV > type conversions in                           
  433.                                                                                 
  434. TURBOCU1 - TURBO C PROGRAMS & UTILITIES  1 of 2                                 
  435.            TCOMM> complete Telecommunications                                   
  436.            toolbox; object module library for TLINK                             
  437.            (MSoft compatible); programs for                                     
  438.            generating sounds; fast screen I/O (direct                           
  439.            writes to the video with screen clear and                            
  440.            cursor positioning), contd.                                          
  441.                                                                                 
  442. TURBOCU2 - TURBO C PROGRAMS & UTILITIES  2 of 2                                 
  443.            contd. Contents: Cross referencing program                           
  444.            to point out variables, functions and                                
  445.            identifiers, and over a dozen other                                  
  446.            programming aids. Includes fixes and                                 
  447.            patches to correct problems and add                                  
  448.            features.                                                            
  449.                                                                                 
  450. BOSSWIN1 - WINDOW BOSS 7.01  1 of 2                                             
  451.            BOSS is one of the most complete C                                   
  452.            windowing packages available. The author                             
  453.            first examined all the commercial packages                           
  454.            like "Panel", "Windows for C", "Halo" and                            
  455.            others and took the best features from                               
  456.            each and incorporated them into this fine                            
  457.                                                                                 
  458. BOSSWIN2 - BOSS WINDOWS 7.01  2 of 2                                            
  459.            The package is supported with good                                   
  460.            documentation and is designed to be used                             
  461.            with MicroSoft C (3.0 and 4.0), Lattice C                            
  462.            (all versions) and DataLight C Borland's                             
  463.            Turbo C. For a small fee you can register                            
  464.            with the author and get full source code.                            
  465.                                                                                 
  466. MCD      - MOUSE CURSOR DESIGNER 2.00                                           
  467.            Create mouse cursors for graphics programs                           
  468.            or EGA/VGA text program. Produce see-                                
  469.            through, ovedrlayed or aniamted cursors.                             
  470.            Contains over 50 sample cursors. It will                             
  471.            generate source code for C, Pascal, Basic                            
  472.            or Assembly language. Rqs, EGA/VGA.   ASP                            
  473.                                                                                 
  474. RIE      - RIMROCK ICON EDITOR 1.04                                             
  475.            Create graphical icons for use with                                  
  476.            EGA/VGA text programs. Allows you to                                 
  477.            create a 16 bit x 32 bit icon. It then                               
  478.            generates source code in C language. It                              
  479.            also comes with 6 sample icons. Rqs,                                 
  480.            EGA/VGA   ASP                                                        
  481.