+ All Categories
Home > Documents > c++ program for library management

c++ program for library management

Date post: 22-Nov-2015
Category:
Upload: aniket-biswas
View: 10 times
Download: 2 times
Share this document with a friend
Description:
c++ program for library management
Popular Tags:
52
CODE 1
Transcript

CODE

//Project on library management

#include#include#include#include#include#include

// CLASSES USED IN PROJECT

class book{char bno[6];char bname[50];char aname[20]; public:void create_book(){cout


Recommended