文件分類 [總覽]
社群資訊
網路版訂位系統-採用libncurses ( C程式設計作業--for 就業班同學)
(naruto, naruto@hotmail.com, 2011-04-07 23:54)
1樓
seat_server.c
http://pastie.org/1768156seat_client.c
http://pastie.org/1768163
seat_rsv_fun.h
http://pastie.org/1768171
seat_rsv_fun.c
http://pastie.org/1768175
seat_rsv_tool.h
http://pastie.org/1768179
seat_rsv_tool.c
http://pastie.org/1768181
seat_rsv_msg.h
http://pastie.org/1768183
操作展示:
1.伺服器端IP位址設定在seat_rsv_tool.h檔中。
2.請忽同時開啟兩個客戶端,同時操作會造成資料錯誤。
3.傳送資料的部分並未實XOR 1運算。
4.server 端所需檔案如下:
seat_server.c、seat_rsv_tool.c、seat_rsv_tool.h、seat_rsv_fun.c、seat_rsv_fun.h、seat_rsv_msg.h
5.client端所需檔案如下:
seat_client、seat_rsv_tool.c、seat_rsv_tool.h、seat_rsv_msg.h
編譯時需要額外加上參數 -lmenu -lncurses
6.目前由於有部分技術上的問題無法克服,在刪除資料的部分暫時採用特殊方式繞過問題,使其正常運作。