Dec 062017
The source code from C Gazette Volume 4 Number 2. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ANASTACK.C | 7375 | 2473 | deflated |
BLOWSTK.C | 1898 | 768 | deflated |
CPP.ZIP | 8209 | 7633 | deflated |
DLFONT.C | 15718 | 3500 | deflated |
EXPANDWI.C | 25114 | 6445 | deflated |
GETSP.ASM | 1802 | 656 | deflated |
HPDESC.H | 3695 | 997 | deflated |
KEYWORDS | 1013 | 528 | deflated |
LGOTH12B.FNT | 25757 | 6764 | deflated |
MSRCH.C | 14458 | 4524 | deflated |
MSRCH.H | 514 | 230 | deflated |
README.1ST | 1698 | 857 | deflated |
SAVMOUSE.C | 3863 | 1342 | deflated |
SHROUD.C | 10647 | 2641 | deflated |
SOUNDEX4.C | 4531 | 1633 | deflated |
XFIND.C | 31738 | 7085 | deflated |
Download File CGAZV4N2.ZIP Here
Contents of the README.1ST file
The following is a guide to the code listings from
Volume 4, No. 2 of The C Gazette.
Please note all files are copyrighted by The C Gazette.
In addition, certain programs may also be copyrighted
by the author(s). Unless more restrictive terms are
stated in the programs themselves, the code herein
can be used freely as long as the authorship and C Gazette
are explicitly acknowledged. We hope that individuals who
wish to continue enjoying a code-intensive magazine will
respect these constraints.
VOL 4 No. 2 (Autumn 1989):
\cpp directory Bruce Eckel's C++ Code for directory objects
soundex4.c Joe Celko's optimized Soundex algorithm
keywords |
shroud.c |__ Phil Erdelsky's code shrouder with keyword file
expandwi.c | Bill Lee's articles on wildcards and multiple
xfind.c | file searches. msrch.c/.h are referred to in
msrch.h | the text and are included for reference
msrch.c |___
dlfont.c | Marv Luse's code for downloading full and partial
hpdesc.h | fonts to the HP LaserJet. LGOTH12B is a sample font.
lgoth12b.fnt |___
anastack.c | John Rex's routines for measuring the stack,
blowstk.c | blowing the stack, and extracting SP
getsp.asm |___
savmouse.c A. Binstock's code to save the mouse state.
Further information about these files or The C Gazette
can be obtained by contacting us at:
The C Gazette
1341 Ocean Avenue #257
Santa Monica CA 90401
USA
(213) 473-7414
Volume 4, No. 2 of The C Gazette.
Please note all files are copyrighted by The C Gazette.
In addition, certain programs may also be copyrighted
by the author(s). Unless more restrictive terms are
stated in the programs themselves, the code herein
can be used freely as long as the authorship and C Gazette
are explicitly acknowledged. We hope that individuals who
wish to continue enjoying a code-intensive magazine will
respect these constraints.
VOL 4 No. 2 (Autumn 1989):
\cpp directory Bruce Eckel's C++ Code for directory objects
soundex4.c Joe Celko's optimized Soundex algorithm
keywords |
shroud.c |__ Phil Erdelsky's code shrouder with keyword file
expandwi.c | Bill Lee's articles on wildcards and multiple
xfind.c | file searches. msrch.c/.h are referred to in
msrch.h | the text and are included for reference
msrch.c |___
dlfont.c | Marv Luse's code for downloading full and partial
hpdesc.h | fonts to the HP LaserJet. LGOTH12B is a sample font.
lgoth12b.fnt |___
anastack.c | John Rex's routines for measuring the stack,
blowstk.c | blowing the stack, and extracting SP
getsp.asm |___
savmouse.c A. Binstock's code to save the mouse state.
Further information about these files or The C Gazette
can be obtained by contacting us at:
The C Gazette
1341 Ocean Avenue #257
Santa Monica CA 90401
USA
(213) 473-7414
December 6, 2017
Add comments