BY…
Keerthana Segaran
Donna Ann Isaac
Rasha Basheer
Kasthuri Mazumdhar
ACKNOWLEDGEMENTS Firstly, I would like to thank my team members without whose contribution this project would not have reached completion.
I would like to extend my thanks to the teachers who gave us the opportunity to conduct this project and helped us with our doubts and difficulties throughout the course of its making.
And my friends and family who helped me complete this project within the given time limit.
Thank you…
Contents
About C++4
Abstract 5
About the software and Hardware used6
Overview7
Menu and submenu7
Explanation of each Module8
Login Security8
Menu and navigation9
Member Administration10
Book Administration12
Issuing a book13
Returning a book14
Exit14
Source code C++15
About C++
C++ is a general purpose programming language invented in the early 1980s by Bjarne Stroustrup at Bell Labs. It is similar to C, invented in the early 1970s by Dennis Ritchie, but is a safer language than C and includes modern programming techniques such as object oriented programming.
In fact C++ was originally called C with Classes and is so compatible with C that it will probably compile more than 99% of C programs without changing a line of source code. This was a deliberate design feature by the designer. Here is a short overview and history of C++.
The purpose of C++ is to precisely define a series of operations that a computer can perform to accomplish a task. Most of these operations involve manipulating numbers and text, but anything that the computer can