Dec 142017
C source files from The C Gazette magazine. Vol 2 #4. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BINSRCH.C | 4668 | 1632 | deflated |
DCHART.C | 8184 | 2419 | deflated |
EXPNDWLD.C | 26177 | 6632 | deflated |
HASH.C | 9379 | 2714 | deflated |
HPGRAPHA.C | 12017 | 3482 | deflated |
MOUSE.C | 8184 | 2328 | deflated |
README.1ST | 1223 | 724 | deflated |
SORTTEST.C | 2514 | 978 | deflated |
Download File CGAZ2-4.ZIP Here
Contents of the README.1ST file
The following programs are from the Spring 1988 issue of The C Gazette
(Vol II, 4). All the source code is copyrighted, and it is expected
that users who wish to see the continued publication of a code-intensive
C magazine such as the C Gazette will respect these copyrights. While
the code may be freely distributed, the copyright notice(s) must be
retained. The source code cannot be sold for profit--a nominal charge
for media and duplication is, however, allowed and should not exceed
US$10 per diskette. The object code form of these programs may be used
freely unless otherwise stated in the program's introductory comments.
The enclosed files are:
BINSRCH.C - Binary searching
DCHART.C - Trees with linked-list nodes
EXPNDWLD.C - Wild-card expansion routines
HASH.C - Open and closed hashing tables
HPGRAPHA.C - Built-in graphics functions for HP Laserjet family
MOUSE.C - Basic mouse functions (in C) - Part 1.
SORTTEST.C - Shows sorting in different orders on multiple keys w/ qsort()
To comment on these files or receive more information
about The C Gazette, please write or call:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
(213) 473-7414
(Vol II, 4). All the source code is copyrighted, and it is expected
that users who wish to see the continued publication of a code-intensive
C magazine such as the C Gazette will respect these copyrights. While
the code may be freely distributed, the copyright notice(s) must be
retained. The source code cannot be sold for profit--a nominal charge
for media and duplication is, however, allowed and should not exceed
US$10 per diskette. The object code form of these programs may be used
freely unless otherwise stated in the program's introductory comments.
The enclosed files are:
BINSRCH.C - Binary searching
DCHART.C - Trees with linked-list nodes
EXPNDWLD.C - Wild-card expansion routines
HASH.C - Open and closed hashing tables
HPGRAPHA.C - Built-in graphics functions for HP Laserjet family
MOUSE.C - Basic mouse functions (in C) - Part 1.
SORTTEST.C - Shows sorting in different orders on multiple keys w/ qsort()
To comment on these files or receive more information
about The C Gazette, please write or call:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
(213) 473-7414
December 14, 2017
Add comments