Dec 132017
Complete source code to the C Gazette volune 4 number 3. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BUILD.C | 6812 | 1735 | deflated |
COMPRESS.ASM | 13878 | 2485 | deflated |
DROPMENU.CPP | 2749 | 1112 | deflated |
DROPMENU.HPP | 1196 | 476 | deflated |
EMS.C | 7012 | 1807 | deflated |
EMS.H | 623 | 322 | deflated |
EMSDEMO.C | 2706 | 996 | deflated |
FILES.C | 7273 | 2788 | deflated |
GETESTR.C | 12837 | 3158 | deflated |
MAKEFILE | 503 | 208 | deflated |
MENUS.CPP | 1320 | 505 | deflated |
NETBIOS.C | 4352 | 1329 | deflated |
NETBIOS.FD | 840 | 277 | deflated |
NETBIOS.H | 2157 | 821 | deflated |
PACK.C | 1087 | 401 | deflated |
PRINT.MAK | 641 | 261 | deflated |
PRINTAPP.H | 1641 | 701 | deflated |
PRINTCLI.C | 3629 | 1233 | deflated |
PRINTCLI.FD | 497 | 203 | deflated |
PRINTSRV.C | 6595 | 2077 | deflated |
PRINTSRV.FD | 590 | 228 | deflated |
PSP.C | 11118 | 3121 | deflated |
RADCLIFF.C | 1245 | 551 | deflated |
README.1ST | 1652 | 884 | deflated |
SCRNBOX.CPP | 1912 | 827 | deflated |
SCRNBOX.HPP | 1044 | 491 | deflated |
SCRNGRPH.CPP | 3694 | 1337 | deflated |
STRVCAT.C | 1642 | 634 | deflated |
Download File CGAZV4N3.ZIP Here
Contents of the README.1ST file
The following files are taken from
Volume 4, No. 3 (Spring 1990) of The C Gazette.
They are copyrighted material with rights held
by either the author or The C Gazette. Most files
contain some header information explaining what
uses can be made of the files. Any files which
do not contain such information can be used freely
as long as authorship is acknowledged and that
the unmodified source code is not sold except
as part of a larger application.
Index of Files:
EMS.C | Michael Young's introduction to Expanded Memory
EMS.H |
EMSDEMO.C |
COMPRESS.ASM | Robert Zigon's compression of small character sets
BUILD.C |
PACK.C |
PSP.C | Marv Luse's utility to print PostScript files
GETESTR.C | Andrew Binstock's function to accept/edit strings
FILES.C | John Rex's routine to normalize file names
MAKEFILE | Bruce Eckel's menu system in C++
DROPMENU.CPP |
DROPMENU.HPP |
MENUS.CPP |
SCRNBOX.CPP |
SCRNBOX.HPP |
SCRNGRPH.CPP |
SRTVCAT.C | John Rex's function to concatenate multiple strings
NETBIOS.C | Victor Volkman's routines to implement a print server
NETBIOS.H | with NetBIOS
NETBIOS.FD |
PRINTAPP.H |
PRINTCLI.C |
PRINTCLI.FD |
PRINTSRV.C |
PRINTSRV.FD |
PRINT.MAK |
RADCLIFF.C | Code from Letter to the Editor from Robert Radcliffe
Further information about the C Gazette, the code-intensive C and C++
quarterly for MS-DOS and OS/2 systems, can be obtained by contacting:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
USA
(213) 473-7414
Volume 4, No. 3 (Spring 1990) of The C Gazette.
They are copyrighted material with rights held
by either the author or The C Gazette. Most files
contain some header information explaining what
uses can be made of the files. Any files which
do not contain such information can be used freely
as long as authorship is acknowledged and that
the unmodified source code is not sold except
as part of a larger application.
Index of Files:
EMS.C | Michael Young's introduction to Expanded Memory
EMS.H |
EMSDEMO.C |
COMPRESS.ASM | Robert Zigon's compression of small character sets
BUILD.C |
PACK.C |
PSP.C | Marv Luse's utility to print PostScript files
GETESTR.C | Andrew Binstock's function to accept/edit strings
FILES.C | John Rex's routine to normalize file names
MAKEFILE | Bruce Eckel's menu system in C++
DROPMENU.CPP |
DROPMENU.HPP |
MENUS.CPP |
SCRNBOX.CPP |
SCRNBOX.HPP |
SCRNGRPH.CPP |
SRTVCAT.C | John Rex's function to concatenate multiple strings
NETBIOS.C | Victor Volkman's routines to implement a print server
NETBIOS.H | with NetBIOS
NETBIOS.FD |
PRINTAPP.H |
PRINTCLI.C |
PRINTCLI.FD |
PRINTSRV.C |
PRINTSRV.FD |
PRINT.MAK |
RADCLIFF.C | Code from Letter to the Editor from Robert Radcliffe
Further information about the C Gazette, the code-intensive C and C++
quarterly for MS-DOS and OS/2 systems, can be obtained by contacting:
The C Gazette
1341 Ocean Avenue #257
Santa Monica, CA 90401
USA
(213) 473-7414
December 13, 2017
Add comments