Final Report CSE 101
Final Report CSE 101
Final Report CSE 101
3. 12208965 Priyanshu
4. 12209577 Mohammad
Roshan K
1
INDEX
S.NO. TOPICS
1. INTRODUCTION
2. OBJECTIVES
5. PROGRAMMING CODE
6. OUTPUT SNAPSHOT
2
Introduction
The Book Donation System is an online platform that allows users to
donate books to people who cannot afford them. It is a noble
initiative that aims to promote literacy and education by providing
books to those in need. This system is developed using the C
programming language, which is a high-level, general-purpose
programming language that is fast and efficient.
We have divided our project objectives into several modules created
by several team members in order to increase the overall efficiency
of the project.
OBJECTIVES
3
Modules created
1. Login Authentication
2. Add Record of Donor/Receiver
3. Delete Record of Donor/Receiver
4. Record Update
5. Search a Particular Book
6. Displaying All Record Of Donor/Receiver
MODULES DESCRIPTION
4
helps in building a strong relationship between the donors and
receivers, promotes transparency, and ensures that the donated
books reach the intended recipients.
5
DATA FLOW DIAGRAM
6
7
PROGRAMMING CODE
1. Main window
2. Router
8
3. Welcome screen
9
4.admin login
10
5.admin window
11
.delete window
12
7. Search window
13
8. Update window
14
9.Header files
Book.h
15
Data.h
16
17
10. User interface
18
File handling
19
20
21
22
23
24
Output Snap Shot:-
1.Welcome screen
25
2. Admin login(password)
26
3. View books
4. Delete book
5. Search book
27
28
.Update Record
29