Dec 132017
Complete source code from C Gazette Magazine Volume 3 Number 4. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BM.C | 6305 | 2086 | deflated |
DIF-DIR.ZIP | 12263 | 11957 | deflated |
DOS4-DIR.ZIP | 8900 | 8495 | deflated |
HELP-DIR.ZIP | 6097 | 5669 | deflated |
NEWTOUCH.C | 8639 | 2510 | deflated |
README.1ST | 1000 | 613 | deflated |
RSE.C | 2076 | 689 | deflated |
Download File CGAZV3N4.ZIP Here
Contents of the README.1ST file
The accompanying programs are taken from
The C Gazette, Spring 1989, Vol. 3 No. 4
They are all copyrighted and it is expected
that users who wish to assure the existence
of a code-intensive C quarterly will respect
these copyright restrictions.
Programs are as printed with a few additional
files:
\DIF - Victor Volkman's DIF to dBase III file conversion. Games.dif
is a sample DIF file (of football games - why not?)
\DOS4 - MS/PC DOS 4 exploration, will not run under versions prior to 4.0
\HELP - David Michmerhuizen's automatic help screen generation. Help.src
is a sample; helptest.c shows how to invoke the whole thing.
\
-BM.C The Boyer-Moore string search
-RSE.C Redirection of stderr
-NEWTOUCH.C Expanded version of Unix touch - cahnges file data and time
Questions or comments regarding this code
should be directed solely to:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
USA
(213) 473-7414
The C Gazette, Spring 1989, Vol. 3 No. 4
They are all copyrighted and it is expected
that users who wish to assure the existence
of a code-intensive C quarterly will respect
these copyright restrictions.
Programs are as printed with a few additional
files:
\DIF - Victor Volkman's DIF to dBase III file conversion. Games.dif
is a sample DIF file (of football games - why not?)
\DOS4 - MS/PC DOS 4 exploration, will not run under versions prior to 4.0
\HELP - David Michmerhuizen's automatic help screen generation. Help.src
is a sample; helptest.c shows how to invoke the whole thing.
\
-BM.C The Boyer-Moore string search
-RSE.C Redirection of stderr
-NEWTOUCH.C Expanded version of Unix touch - cahnges file data and time
Questions or comments regarding this code
should be directed solely to:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
USA
(213) 473-7414
December 13, 2017
Add comments