Need help in making a program on library management... project {300-400) lines
can anybody tell me member functions for this program.:(

it's a school project.. needed only a small program on the topic...and without header file graphics.h
i am very new to c++ language.. so pls help me guys .. just tell me what to do:-/:idea:!!!
do not need a hi-fi program on library.. just a simple program
any help will be appreciated..

can anybody tell me member functions for this program

Think of something you do with a library. For example, checking out a book and returning a book.

That's two member functions right there.

library.checkOut(book);
library.return(book);

Now think of more things one can do with a library that you can model in a library class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.