Computer Science 2574
Intro to Data Structures & Soft Eng


README.TXT

This file contains the basic information regarding the ODB opscan 
database grader.  This project was part of CS1704 Spring 1996.  It 
was the Virginia Tech CS departments first deployment of GIL and 
was it ever exciting.  One due date turned into another and then 
another and then another.  Then three projects turned into two.  
It was more time consuming than anyone expected.

This specific version of ODB involved about 60 hours of design, 
coding, and documentation.  I did not count time spent on a nice 
structure chart because I was learning Corel Flow at the time and 
spent more time than I should have.

I hope you enjoy this code - Good bed time reading.

Sincerely,

Jon Ford

read on...

PLATFORM AND VERSION INFORMATION
================================

Version 1.5
FreeBSD 2.05
Xfree86 XWindows

compiler: cc(gnu c compiler) no c++ code here

MODULE DEFINITIONS
==================

IMPLEMENTATION 
MODULE
HEADER FILE
FILE
PURPOSE
odb
odb.h
odb.c
Handle all GIL callbacks
dlist
dlist.h
dlist.c
double linked list 
odbwrite
odbwrite.h
odbwrite.c
file output 
odbread
odbread.h
odbread.c
file input
listdata
listdata.h
N/A
define list structure(by user)
odbint.inf
N/A
N/A
GIL GUI definition

GETTING STARTED
===============

Copy ODB and odbint.inf into the same directory on your system.  
If that directory is in your path, start  ODB by typing 'ODB'.  
If that directory is not in your path, type ./ODB.