-
Notifications
You must be signed in to change notification settings - Fork 0
FunctionInfo
hanmin edited this page May 22, 2023
·
3 revisions
1. SelectMenu() : 메뉴 보여주기 함수*

2. Print(library list[], int count) : 프린트 함수

3. Create(library list[], int count) : 정보 추가 함수

4. Modify(library list[], int count) : 정보 수정 함수

5. Delete(library list[], int count) : 정보 삭제 함수

6. Recover(library list[], int count) : 정보 복구 함수

7. Search(library list[], int count) : 정보 검색 함수

8. LoadData(library list[]) : 정보 불러오기 함수

9. SaveData(library list[], int count) : 파일 저장 함수

10. Recommendation(library list[], int count) : 오늘의 도서관 추천 함수
