1
- LMS-in-C :
2
- A Library Management System coded in C for my first semester cse project.
1
+ Library Management System :
2
+ A Library Management System coded in C to improve understanding on the concepts on File Management, Record enter, modification, deletion.
3
3
4
- Requirements :
5
- In this project, the system has keep records of category , books name,
4
+ Description :
5
+ In this project, the system has keep records of book-ID , books name,
6
6
author name, quantity, borrower’s information such that name, contact
7
- number, book issue date, return date and amount of fine if the return
8
- date is over. User can search books by book name, author name or by
9
- category. The system will show the search result with available quantity.
7
+ number, etc. User can search books by book name. The system will show the search result with available quantity.
10
8
If there are spare books then it could be lent otherwise not.
11
- If any borrower doesn’t return within due date then there will be fine
12
- calculated 30 Tk. Per day. Please check EWU library for better
13
- understanding and incorporate all features.
14
9
15
10
Code Pre-Requirements:
16
11
1. Password Screen
17
12
2. Main Menu Screen
13
+ 3. User Panel
14
+ 4. Book Panel
15
+ 5. End Screen
18
16
19
- Code Requirements [Part-1] [User] [users .txt]:
17
+ Code Requirements [Part-1] [User] [user_Records .txt]:
20
18
1. Add User
21
19
2. Modify User
22
20
3. List User
23
- 4. Search User
24
- 5. Delete User
21
+ 4. List Rental Books
22
+ 5. Search User
23
+ 6. Delete User
25
24
26
25
User Details:
27
26
1. Student ID
28
27
2. First Name
29
28
3. Last Name
30
29
4. Gender
31
30
5. Phone Number
32
- 6. Amount (Balance) - Default: 1000₹
33
31
34
- Code Requirements [Part-2] [Book] [books .txt]:
32
+ Code Requirements [Part-2] [Book] [book_Records .txt]:
35
33
1. Add Book
36
34
2. Modify Book
37
35
3. List Book
@@ -44,5 +42,4 @@ Book Details:
44
42
2. Book Name
45
43
3. Book Author
46
44
4. Book Publisher
47
- 5. Book Quantity
48
- 6. Rent Cost - Default: 100₹
45
+ 5. Book Quantity
0 commit comments