Dec 152017
 
A double linked list address list with Turbo C 2.0 compatible source code. Includes sample data file. Many functions are reusable, and extremely useful. Have fun.
File DLINK.ZIP from The Programmer’s Corner in
Category C Source Code
A double linked list address list with Turbo C 2.0 compatible source code. Includes sample data file. Many functions are reusable, and extremely useful. Have fun.
File Name File Size Zip Size Zip Type
DCURSOR.C 904 386 deflated
DLINK.C 25196 5524 deflated
DLINK.EXE 25096 14633 deflated
DLINK.PRJ 25 25 stored
DSCREEN.C 4458 1337 deflated
KEYS.H 996 321 deflated
README.DOC 956 528 deflated
SAVE.DAT 9516 3636 deflated

Download File DLINK.ZIP Here

Contents of the README.DOC file



DLINK is compatible with Turbo C 2.0. It is an implementation of a linked
list, with a fairly elaborate (and reusable) character based interface.
Included is a sample data file, "SAVE.DAT".

I included a project file for compiling the program in the integrated
environment. However, to compile from the command line using TCC, type

TCC DLINK DSCREEN DCURSOR

Include "-v" as an option directly following the TCC if you want to debug
the program in the integrated environment or Turbo Debugger.

To run the executable program at the DOS command line, type "DLINK". If
you want to load the data file immediately, type "DLINK SAVE.DAT".

There a few minor (harmless) inconsistencies in the program. For example,
I used both Borland's "clrscr()" function, and one I created myself using
a DOS interrupt generated using register access functions from "dos.h",
and called it "cls()". This stuff is purely arbitrary.

Enjoy.


 December 15, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)