Saturday, July 11, 2009

C++ Project - HOTEL MANGEMENT

HOTEL MANGEMENT is a C++ based Project with Graphics. HOTEL MANGEMENT means Booking Room & Providing other services to Customers. Here I hv given the source code of HOTEL MANGEMENT program.U can copy it.

HOTEL MANGEMENT PROGRAM

#include
#include
#include
#include
#include

class ROOMS
{
int
roomNo;
int roomType;
long roomCharges;
int roomStatus;
public:
void genDatabase();
long retRoomCharges(int roomNo);
int
findRoomNo(int r_type);
void status();
void bookRoom(int roomNo);
void releaseRoom(int roomNo);
};

class CUSTOMER
{
int
R_No;
char name[10];
char add[20];
char phone[10];
int dd,mm,yy;
int daysStayed;
long amount;
public:
void intro();
void
inquiryRoomNo();
void inquiryCust();
void check_in();
void
check_out();
void reports();
};

int DD,MM,YY;

void
box(int x1, int y1, int x2, int y2, int line);

void main()
{
clrscr();
struct date d;
getdate(&d);
DD=1*d.da_day;
MM=1*d.da_mon;
YY=1*d.da_year;
gotoxy(29, 12); cout<<"Today's Date :"< box(27, 10, 53, 14, 1);
getch();

Sorry i cant provide u a 1000+ line project here. If u find it which u want ! Then leave the comment below with EmailID . PLZZ..give details what exactly u want,if needed i will modify it & give u with detail explation.
Get ur c++ project on HOTEL MANGEMENT now !!!

Thank u for visiting KITE Groups.

No comments: