I tried to make the program, but its so hard for me because I dont
understand the syntax in file.
Hope somebody can help me.
Library Information System
Main Menu
Book Profile
Transaction
Report
Exit Prog.
*Book Profile
{records contains:
book code(string)
book title(sting)
author(string)
numbers of copies(int)
}
~Add record(add as many records as user wants, then return to Book
Profile menu)
~Edit record(input bookcode&check the existency.edit as many
records as user wants, then return to Book Profile menu)
~Delete record(input bookcode&check the existency.delete as many
records as user wants, then return to Book Profile menu)
~Close prog.(back to main menu)
*Transaction
~Borrow(input book code&check its existency.Input number of copies
to be borrowed(check if really available),date borrowed & date to be
returned(date should be month and day only),then return to
Transaction Menu)
~Return(input book code&check its existency.Input number of copies
to be returned.Input date returned & compute for the number of days
exceeded on the return date.then return to Transaction Menu)
~close prog.(back to main menu)
*Report
Book Book Author Available
Code Title Copies
.
.
. [RECORDS]
.
.
*Exit prog.
-->hope somebody would help me out of these...
p.s.
this is not a project or alike.
this is our case study that we were not capable to run.
And because of that me and my groupmates failled the subject.
By the way our language is C.
I really hope to have the correct code as soon as possible so that I
can study our Errors...
^_^
<julie>