We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f20095 commit 27cf556Copy full SHA for 27cf556
Project-File/Library-Management-System.c
@@ -803,7 +803,19 @@ void listBook(){
803
}
804
805
void rentBook(){
806
+
807
+ system("cls");
808
+ fflush(stdin);
809
810
+ // check if user exists
811
812
+ // check if book exists and quantity is > 0
813
814
+ // check if user has enough money for the book (book price)
815
816
+ // global variables for storing records
817
818
+ // new rental file for data storing
819
820
821
void searchBook(){
0 commit comments