Skip to content

FunctionInfo

hanmin edited this page May 22, 2023 · 3 revisions

함수설명

1. SelectMenu() : 메뉴 보여주기 함수*


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/MenuFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/PrintFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/CreateFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/ModifyFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/DeleteFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/RecoverFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/SearchFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/CallDataFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/SaveFileFunction.jpg?raw=true

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


https://github.com/hanminyee/OSS_2023_TeamProject/blob/main/screenshots/RecommendationFunction.jpg?raw=true

Clone this wiki locally