home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
turbo_c
/
tcc_misc.arc
/
README
< prev
next >
Wrap
Text File
|
1987-06-16
|
1KB
|
33 lines
TURBO C DEMONSTRATION PROGRAMS
These programs were written to demonstrate the usability of the new
Turbo C compiler from Borland International. A third program allows
source code to be mixed in a listing with the assembly code it creates.
INCLUDED FILES IN THIS ARC
bioshand.asm used to support rclock.c
intvid.asm used to support rclock.c
intvid.h included by rclock.c
rclock.c c source for resident on-screen clock
rclock.exe exe file for resident on-screen clock
rdir.c c source for resident directory
rdir.exe exe file for resident directory
tcod.c c source for c/asm source lister
tcod.exe exe file for c/asm source lister
readme this file
CAVEAT EMPTOR
These programs are marginally useful, and may (probably) have bugs.
They were written mainly for education/demo purposes, and are
here so you can see how easy it is using Turbo C. The programs are
commented, which is the extent of the documentation.