看板 b99902HW 關於我們 聯絡資訊
由於之前助教不察放到舊版的libray.h,可能在變數名稱上 跟spec中的有所不同,請大家使用新的library.h 謝謝~ https://sites.google.com/a/joen.cc/sp_hw/sp_hw1/library.h #define MAX_TITLE_LENGTH (32) #define MAX_RESERVE (16) struct BookInfo{ char title[MAX_TITLE_LENGTH]; int number_of_resv_req;/*>=0, <MAX_RESERVE*/ int userID_for_resv_request[MAX_RESERVE]; }; #define NO_USER (-1) /*userID_for_resv_request[0] is either NO_USER or integer >=0*/ 雖然引響不大,但保險起見還是請大家更換一下,順便檢查一下的使用名稱, 造成不便,敬請見諒~ -- ※ 發信站 :批踢踢實業坊(ptt.cc) ◆ From: 140.112.252.156