home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
drdobbs
/
1991
/
08
/
readme.asc
< prev
Wrap
Text File
|
1991-07-23
|
3KB
|
87 lines
GENERATE.ASC
Title: A SOURCE CODE GENERATOR FOR C
Keywords: AUG91 C SOURCE CODE GENERATOR
Source code for C version of the language-independent source code
generator by Karl Vogel. Includes templates. Drops you into your
editor of choice. Also see VOGEL.ARC for complete system.
LISPLIKE.ASC
Title: A LISP-STYLE LIBRARY FOR C
Keywords: AUG91 LISP C LIBRARY
Source code that accompanies Daniel Ozick's article describing a
library that adds Lisp-like capabilities to C. Allows you to
manipulate variable-length, heterogeneous lits, self-identified
data objects and symbolic data.
CPPCONT.ASC
Title: GENERIC CONTAINER CLASSES IN C++
Keywords: AUG91 C++ CLASSES
Source code that accompanies Andrew Davidson article presenting
generic container classes in C++.
386BSD.891
Title: PORTING UNIX TO THE 386: THE BASIC KERNEL
Keywords: AUG91 UNIX 80386
Source code (in C) that accopanies Bill and Lynne Jolitz's
article on building the 386BSD Unix kernel. Kernel services and
data structures are initialized here.
68HC05.ASC
Title: C PROGRAMMING FOR THE 68HC05 MICROCONTROLLER
Keywords: AUG91 EMBEDDED SYSTEMS 6805 C
C source code written using the ByteCraft 68HC05 C compiler that
adds internal time-of-day clock to 68HC05. By Ted Van Sickle.
Also see VANSICK.ARC.
DECCONV.ASC
Title: DECIMAL FRACTIONAL CONVERSION
Keywords: AUG91 EMBEDDED SYSTEMS ASM
Short source code that presents Don Morgan's technique decimal
fractional conversion.
FAX.ASC
Title: SCALING AND PRINTING FAXES FASTER
Keywords: AUG91 C PCX FAX SCALING
Source code that implements Greg Pickles optimizations for
speeding up fax printing on laser printers; presents interesting
scaling techniques.
XSCHEME.ARC
Title: TESTING C COMPILER PERFORMANCE
Keywords: AUG91 C SCHEME
Complete source code for David Betz's XScheme version 0.28, an
object-oriented implementation of Scheme. Includes documentation.
CTEST.ARC
Title: TESTING C COMPILER PERFORMANCE
Keywords: AUG91 FRACTALS FLOATING POINT
David Betz modifies and uses Dick Oliver's fractal tree program
(from DDJ, April 1991) to test floating-point performance. Also
includes a C version of the Fibonacci test he ran under XScheme.
C_PROG.ASC
Title: C PROGRAMMING COLUMN
Keywords: AUG91 C CUA/SAA
Al Stevens' continues his multi-part series on D-Flat, a SAA/CUA compliant
interface library for C. This month he fixes problems with
previous installments: dflat.h, config.h, and window.c. See
DLFAT5.ARC
DFLAT5.ARC
Title: C PROGRAMMING COLUMN
Keywords: AUG91 C CUA/SAA
An ARC file that continues the complete source code for version 3
of D-Flat. Also see DFLAT.791.
GRAPH_PR.ASC
Title: GRAPHICS PROGRAMMING COLUMN
Keywords: AUG91 GRAPHICS VGA MODE X ASM
Michael Abrash continues his discussion of VGA's undocumented
Mode X. Assembler source code.