YOU ARE DOWNLOADING DOCUMENT

Please tick the box to continue:

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


Related Documents