Definitions for "Driver Program" Add To Word List
Login or Register  | Word Lists | Search History

Keywords: Dgd, Mudlib, Lpc, Tru, Dummy
A simple, dummy, program which only purpose is to test functions or procedures.
Helpful?           0
a function that exists only to demonstrate or test other functions
Helpful?           0
a small program used to test a particular module or group of modules
Helpful?           0
On Windows, Tru64 UNIX, and Linux systems, a program that is the user interface to the language compiler. It accepts command line options and file names and causes one or more language utilities or system programs to process each file.
Helpful?           0
The actual binary program in C, not LPC, that starts up the whole LPC environment and begins running the interpreted parts. It may be extended with a variety of packages and extensions, or be normal "vanilla" DGD. The driver implements common functions that programs can't do for themselves and that any big program is likely to need. See also MUDLib.
Helpful?           0