I need some simple c++ codings for the below program.
A book shop maintains the inventory of books that are being sold at the shop the list
includes details such as author, title and publisher and stock position. Whenever a
customer wants the book, the sales person inputs the title and author and the system
search the list and display whether it is available ornot. If it is not, a appropriate message
is displayed, if it is, then the system displays the book details and requests for the number
of copies require. If the requested are available, the total cost of the required copies is
displayed: otherwise the message" Required copies not in stock"is displayed. I have to Design a system using a class called books with suitable member functions and constructors also I have to Use new operator in constructor to allocate memory space require.
can anyone help?
Thanks
Sasikala