ABC9509.ZIP 387481 05-03-96 ABC Source Code 9/95 is a collection of | source code for Basic programmers, including | code for graphics, sound, strings, networks | and more. Requires the ABC Reader program. | (William Yu) (Reg.Fee: $0) ABC9511.ZIP 354151 05-02-96 ABC Source Code 11/95 is a collection of | source code for Basic programmers, including | games, text viewer, extended memory routines, | BMP viewer, and more. Requires the ABC Reader | program. (William Yu) (Reg.Fee: $0) ABC9601.ZIP 212729 05-02-96 ABC Source Code 1/96 is a collection of | source code for Basic programmers, including | a miniature golf game, PB modex functions, | music samples, and more. Requires the ABC | Reader program. (William Yu) (Reg.Fee: $0) ABC9603.ZIP 288507 05-02-96 ABC Source Code 3/96 is a collection of | source code for Basic programmers, including | a FLI file player, algebraic solver, PCX | viewer, and more. Requires the ABC Reader | program. (William Yu) (Reg.Fee: $0) ABC9605.ZIP 373600 05-02-96 ABC Source Code 5/96 is a collection of | source code for Basic programmers. Requires | the ABC Reader program. (William Yu) | (Reg.Fee: $0) ABCRD110.ZIP 96553 05-02-96 ABC Reader 1.10 is a Basic source code | viewer/extractor for use with the author's | All Basic Code collections. (William Yu) | (Reg.Fee: $0) ASALIAS.ZIP 2334 05-10-96 Little Alias Assembler 1.0 is C source code | which assists in linking to libraries with | different mangling implementations by | producing OBJ files containing the needed | aliases. (Philippe Verdy) (Reg.Fee: $0) ASMEDIT7.ZIP 490289 04-13-96 ASM Edit 1.7 is an assembler programmer's | editor. The editor can run other applications | to assemble, link, and debug source files. | Found errors are displayed in a window along | with the lines where they are located. Other | features include an ASCII table, programming | calculator, syntax-highlighting, FPU | instructions, and more. (Olaf Krusche) | (Reg.Fee: $20-30) CPPNL009.ZIP 6064 05-02-96 C++ Object-Oriented Newsletter #009 is a | newsletter with topics regarding C++ | programming. In this issue: templates, stream | I/O, and combining C++ code with code written | in other languages. (Glen McCluskey) | (Reg.Fee: $0) CUJ0696.ZIP 259901 05-03-96 C/C++ Users Journal 6/96 contains user | reports on how to use commercial products | that aid the program developer. Emphasis is | on C and C++, and tools for use with these | languages. (R&D Publications, Inc.) (Reg.Fee: | $0-30) DBCOMP.ZIP 92729 05-24-96 DBComp 1.0 compares the structures of | DBF-type files for the purpose of converting | data or updating the application with new | code, fields, executables, etc. Applications | programmers can usually copy new source or | executable files over the old ones, but the | same is not true for database applications | since it may cause problems with pre-existing | data. Given any two databases, this program | will compare both structures and create a | file of detailed instructions for converting | one to the other. (Compilador Negro) | (Reg.Fee: $10) DBFILL_B.ZIP 78075 04-06-96 DB-Fill for OS/2 1.0b creates | randomly-generated data to fill data bases | for the purpose of testing systems under | loads. This version is limited to 10 records | per data file. (Byte Of Software Systems) | (Reg.Fee: $?) E_EOS206.ZIP 428019 05-10-96 Eclipse Operation System 2.06b is a DOS | extender, memory manager, and debugger for | applications developers. It addresses all the | available memory with any system | configuration, including RAW, XMS, VCPI, and | DPMI modes. Sound card memory management is | included with support for Gravis Utrasound | and Sound Blaster compatible sound cards. | Other features include support for second | monochrome monitors for debugging, linking | with macros in real mode, complete IRQ | accessibility, and more. (Marc Radermacher) | (Reg.Fee: $25) FCHEK284.ZIP 854730 04-30-96 Ftnchek 2.8.4 scans Fortran code for semantic | errors that compilers often miss. Semantic | errors are legal in Fortran, but are wasteful | and may cause incorrect operation. (Robert | Moniot) (Reg.Fee: $0) GAMELIB.ZIP 85204 05-02-96 GAME.LIB 1.0 is a library of C++ graphics | functions for game programmers. It includes a | game buffer in which each frame of animation | can be built up before being pasted to the | screen display, allowing for smooth updating | of complex displays. The buffer can also be | used to create large, scrollable playing | areas several screens in size. (Andrew L. | McNab) (Reg.Fee: $10 Briti) HEXNBINT.ZIP 5911 05-24-96 Hex Tutor (Plus Binary) 1.0 is a tutorial on | the hexadecimal and binary number systems. | (Knight Cecil) (Reg.Fee: $0) INTERTST.ZIP 17563 05-10-96 Intertst 1.31 executes interrupts or API | calls to allow you to observe the return | value of the various general purpose | registers. You can enter DOS interrupts, set | registers to any desired value, execute the | interrupt or API call, and see the value of | the registers and the flags set upon return. | When executing a standard BIOS, EMS or DOS | interrupt with a function code in the AH | register, the program will display the | interrupt functions activity prior to its | execution. (Bill Colavecchio) (Reg.Fee: $0) LIBKB090.ZIP 250868 04-26-96 LIBKB 0.90 is a low-level keyboard library | for programmers using DOS and Linux | platforms. It allows access to all key | combinations, including the pause and CtrlBrk | keys. It can be useful for games and other | applications which require control over the | entire keyboard. The library supports virtual | terminal switching under Linux, GETKEY() like | interface for textual input, and more. Full C | source code and samples are included. (Markus | Oberhumer) (Reg.Fee: $0) QB_TB.ZIP 29270 04-27-96 QB-TB 1.0 converts QBasic source code to | Turbo Basic format. Original code is saved. | (Matt Mulvaney) (Reg.Fee: $10 Briti) QBSVGA.ZIP 122647 05-10-96 QB SVGA Routines 1.0 is a set of over 15 | functions to provide QBasic programs with | SVGA graphics capability. Routines include | emulation of LINE, CIRCLE, PSET, LOCATE, and | PRINT statements, mouse functions, and more. | (Glenn Stumpff) (Reg.Fee: $0) REDIRECT.ZIP 706 05-10-96 Redirect stderr to stdout 1.0 is C source | code for rebuilding RTLs or building complex | makefiles from the command line, while | overcoming the limits DOS places on | redirecting stderr to stdout. (Philippe | Verdy) (Reg.Fee: $0) SIBC13.ZIP 96800 05-02-96 SysInfo C++ 1.3 provides over 80 C++ | functions for accessing system information. | Features include 486 and Pentium math | co-processor detection, XGA video detection, | functions to return the system bus type, CPU | speed, CPU mode, COM port address, LPT port | address, SoundBlaster detection, and more. | (Paul Lapsansky) (Reg.Fee: $39) SIQB13.ZIP 83053 05-02-96 SysInfo QB 1.3 provides over 80 functions to | access system information, such as display | type, drivers in use, network information, | etc., from within QuickBASIC programs. BASIC | source code and a demonstration program are | included. NEW: additional functions to | detect Sound Blasters and Pentiums; return | CPU pre-fetch queue size, system bus type, | CPU speed and mode, COM port address, LPT | port address, and type of UART installed; and | more. (Paul Lapsansky) (Reg.Fee: $39) SMRTGREP.ZIP 35841 05-10-96 SmartGrep 1.0.2 is a grep-style parser for | Borland C++ with an internal grep engine, so | no call to GREP.EXE is neccessary. Features | include asynchronous grep, recursive grep on | directories and project nodes, | most-recent-use list for text, file mask and | directories, and more. (Luc Coiffier) | (Reg.Fee: $0) SOFTL300.ZIP 34695 04-26-96 Softool 3.0 is a handy 12K TSR for | programmers. It will pop-up a menu of tools | and references. From the menu, you can choose | an ASCII table with character codes in | decimal and binary, a memory dump display, a | calculator with binary, OCT, decimal, or HEX | output, a display of interrupts currently in | use, an MCB viewer, screen ruler, and a | register viewer. NEW: added disassembler, | scan code viewer, new features in calculator, | HMA detection for memory dumper, and hot | keys. (Vincent Penquerc'h) (Reg.Fee: $15) UNIXTIME.ZIP 26453 05-22-96 UnixTime 5/16/96 is a Pascal unit which | implements a few routines for converting | between Unix time values and Borland/Turbo | Pascal DateTime records. (Todd Fiske) | (Reg.Fee: $0) XEV44.ZIP 54609 05-09-96 heXEdit 4.4 will allow you to display and/or | edit any file. You can also search for a | sequence of bytes or a text, display an ASCII | chart, and shell to DOS. command to allow | color read from XE.EXE if it's read-only. | NEW: a command to allow color read from | XE.EXE if it's read-only. (Robert Stuntz) | (Reg.Fee: $0)