Logo 
Search:

C++ Programming Article

Submit Article
Comments on Program that maintains library shop stock using link list

Write a program that maintains library shop stock using link list. Provide below facility in program

1) Insert book details
2) Purchase
3) Sale
4) Display stock
5) Facility to search book
6) Display all books details

also take below information for particular book

1) Book Author
2) Book Title
3) Book Publications
4) Book Price




Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].