dvc++寫c++語言專案
here you will get c++ hotel management project. this system provides various options like booking a room, checking customer details, editing or deleting any customer, checking all allotted rooms. the project is developed using two important c++ concepts that are classes and file handling.
在這裡,您將獲得c ++酒店管理專案。 該系統提供各種選項,例如預訂房間,檢查客戶詳細資訊,編輯或刪除任何客戶,檢查所有分配的房間。 該專案是使用兩個重要的c ++概念(即類和檔案處理)開發的。
#include#include#include#include#includeclass hotel;
void hotel::main_menu()
} }}
void hotel::add()
cout<
getch();
fout.close();}
void hotel::display()
cout<
getch();}
int hotel::check(int r) }
fin.close();
return(flag);}
void hotel::modify(int r) }
if(flag==0)
cout<
file.close();}
void hotel::delete_rec(int r)
else
fout.write((char*)this,sizeof(hotel)); }
fin.close();
fout.close();
if(flag==0)
cout<
else }
void main()
output輸出量
翻譯自:dvc++寫c++語言專案
酒店管理系統(C語言)
一 問題描述 系統應具有以下主要功能 登記入住 從鍵盤輸入住資訊 房間層數,房間號碼等 查詢入住情況,查詢當前費用,退房 退出系統等功能。二 基本要求 1 登記入住。可以輸入多個資訊,實現本系統資料的初始化。2 列出所有的入住情況,用於顧客查詢以及辦理入住手續。3 查詢當前費用 顯示顧客實時費用,便...
C語言寫日曆
include 1970 1 1 星期四 以1970 1 1作為基準 int start year 1970 int start month 1 int start day 1 將以char輸進來的字串轉換成int型,並完成錯誤檢查和資訊篩選 int char to int char s,int s...
C語言寫檔案
一 fopen 函式 fopen 函式宣告在stdio.h標頭檔案,第乙個引數開啟包含該檔名的字串的位址,第二個引數是用於指定檔案開啟模式的乙個字串。二 getc 和putc 函式 ch get fp 從指標fp指定的檔案中會的乙個字元。putc ch,fp 將字元寫到fp 指定的檔案中。三 fcl...