Dec 222017
C source files from C Gazette Magazine Volume 4 Issue 4. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BRUTE.C | 1332 | 534 | deflated |
CIRCLE.C | 3740 | 1215 | deflated |
CSHELP.CPP | 6454 | 2397 | deflated |
CSHELP.HPP | 375 | 243 | deflated |
ELLIPSE.C | 7173 | 1739 | deflated |
EMS.C | 7024 | 1812 | deflated |
EMS.H | 623 | 322 | deflated |
EMS2.C | 6447 | 2077 | deflated |
EMS2.H | 261 | 154 | deflated |
ENDIAN.C | 5329 | 1325 | deflated |
FILES.C | 35581 | 8507 | deflated |
FILES.H | 2049 | 811 | deflated |
HELPTEST.CPP | 1444 | 544 | deflated |
LIFO.HPP | 1567 | 729 | deflated |
LISTING2.TXT | 509 | 207 | deflated |
MAKEFILE | 310 | 193 | deflated |
POPHELLO.C | 13851 | 4499 | deflated |
README.1ST | 1956 | 988 | deflated |
SM.OUT | 6325 | 397 | deflated |
SMLEX.C | 6947 | 2154 | deflated |
SMPARSE.C | 16438 | 4149 | deflated |
SMPROTO.H | 1003 | 346 | deflated |
SMTOK.H | 1677 | 495 | deflated |
TEST.C | 2389 | 848 | deflated |
Download File CGAZV4N4.ZIP Here
Contents of the README.1ST file
Source Code to C GAZETTE Vol. 4, No. 4
These files are copyrighted material. No files
given here are public domain, nor are they shareware.
They are provided for use by readers of THE C GAZETTE
as long as all copyright restrictions as stated in
the files are respected. If no copyright notice
appears in a given file, the following provisions apply:
Use of the file is freely granted as long
as authorship, publication, and copyright
are stated in any distributed version of the
code or derivative works.
In other words, use it and tell 'em where you got it.
With that in mind, here is the index to the files:
CSHELP.CPP | Bruce Eckel's CPP column on context-sensitive help
CSHELP.HPP |
HELPTES.CPP |
LIFO.HPP |
MAKEFILE |
ENDIAN.C | James Murray's code for handling non-Intel data
FILES.H | Phil Erdelsky's article on low-level routines
FILES.C | to read/write MS-DOS format diskettes
EMS2.H | Andrew Binstock's code on unusual EMS fucntions to
EMS2.C | accelerate EMM. Requires part1: EMS.C and EMS.H.
EMS.C & EMS.H | Part 1 of the code for the EMS2.C
CIRCLE.C | Marv Luse's code for high-speed display
ELLIPSE.C | of circles and ellipses.
POPHELLO.C | Rick Hollinbeck's article on pop-up utilities
| under OS/2
BRUTE.C | Listings 1-8 respectively of Allen Holub's code
LISTING2.TXT | on Finite-State Automata
SM.OUT |
TEST.C |
SMTOK.H |
SMPROTO.H |
SMLEX.C |
SMPARSE.C |
Persons interested in more information about The C Gazette,
the code-intensive quaretrly for C and C++ programmers, should
contact us at:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
(213) 473-7414
These files are copyrighted material. No files
given here are public domain, nor are they shareware.
They are provided for use by readers of THE C GAZETTE
as long as all copyright restrictions as stated in
the files are respected. If no copyright notice
appears in a given file, the following provisions apply:
Use of the file is freely granted as long
as authorship, publication, and copyright
are stated in any distributed version of the
code or derivative works.
In other words, use it and tell 'em where you got it.
With that in mind, here is the index to the files:
CSHELP.CPP | Bruce Eckel's CPP column on context-sensitive help
CSHELP.HPP |
HELPTES.CPP |
LIFO.HPP |
MAKEFILE |
ENDIAN.C | James Murray's code for handling non-Intel data
FILES.H | Phil Erdelsky's article on low-level routines
FILES.C | to read/write MS-DOS format diskettes
EMS2.H | Andrew Binstock's code on unusual EMS fucntions to
EMS2.C | accelerate EMM. Requires part1: EMS.C and EMS.H.
EMS.C & EMS.H | Part 1 of the code for the EMS2.C
CIRCLE.C | Marv Luse's code for high-speed display
ELLIPSE.C | of circles and ellipses.
POPHELLO.C | Rick Hollinbeck's article on pop-up utilities
| under OS/2
BRUTE.C | Listings 1-8 respectively of Allen Holub's code
LISTING2.TXT | on Finite-State Automata
SM.OUT |
TEST.C |
SMTOK.H |
SMPROTO.H |
SMLEX.C |
SMPARSE.C |
Persons interested in more information about The C Gazette,
the code-intensive quaretrly for C and C++ programmers, should
contact us at:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
(213) 473-7414
December 22, 2017
Add comments