Preview

Library Management C++

Good Essays
Open Document
Open Document
5692 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Library Management C++
LIBRARY MANAGEMENT DEVELOPED IN C++ 2012-2013

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

You May Also Find These Documents Helpful

  • Satisfactory Essays

    1980 C++ was invented at bell laboratories the cool thing about c++ is it has low lever and high level machine languages.…

    • 388 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Pm3110 Unit 5 Lab Report

    • 343 Words
    • 2 Pages

    Classes are useful for length programs which require large amounts of similar code. Classes can accelerate program development by reducing redundant code, testing, and debugging. Using classes also makes the code easier to read and follow for other programmers.…

    • 343 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Homework Week 2

    • 743 Words
    • 3 Pages

    1. What is machine code? Why is it preferable to write programs in a high level language such as C++?…

    • 743 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Inch and Lt

    • 1077 Words
    • 5 Pages

    1. What is machine code? Why is it preferable to write programs in a high level language such as C++?…

    • 1077 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    Week 1 Homework

    • 843 Words
    • 5 Pages

    1. What is machine code? Why is it preferable to write programs in a high level language such as C++?…

    • 843 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Individual Project 3

    • 1026 Words
    • 5 Pages

    First of all, Java, C++ and C# were all conceived from the C programming language Secondly, when I looked up the history of C#, I found out that it first came out in December 2000. It has many similar features that both Java and C++ have.…

    • 1026 Words
    • 5 Pages
    Good Essays
  • Powerful Essays

    Task 1

    • 2644 Words
    • 8 Pages

    Procedural programming uses C programming language. C is considered to be a general purpose, work-horse language ideal for creating applications. Operating systems and interfacing with electronic control systems. It was made in 1972 by Dennis Ritchie at the Bell Telephone Laboratories. Unlike languages such as BASIC and PASCAL, C relies on symbols rather than keywords. As such, it is often described as being ‘terse’ and more difficult to learn, but typically offer more powerful solutions…

    • 2644 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    References: Bhave, M.P. & Patekar, S.A. (2007). Object-Oriented Programming With C++. Delhi, India: Dorling Kindersley.…

    • 372 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Java, a language based on C++, was developed by James Gosling and colleagues at Sun Microsystems in the early 1990 's. (Java programming language, n.d.) It was originally called OAK and was designed for set top boxes and hand held devices. "Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web." (Java, n.d.) Java is an object-oriented language simplified to eliminate language features that cause common programming languages. Java should not be confused with JavaScript, which shares only the name and a similar C-like syntax. Sun Microsystems currently maintains and updates Java regularly.…

    • 2033 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    C+++ Basic Lessons

    • 711 Words
    • 3 Pages

    The C++ compiler also determines the data type of variable to be output and selects the appropriate stream insertion operator to display the value. The << operator is overloaded to output data items of built-in types integer, float, double, strings and pointer values.…

    • 711 Words
    • 3 Pages
    Good Essays
  • Good Essays

    History of C++

    • 813 Words
    • 4 Pages

    The creation of C++ was first put into motion in 1979 by its creator Bjarne Stroustrup. Bjarne was working on his PhD thesis at Cambridge University. He was using a large and detailed simulator, that he had written in Simula, to simulate running software over a network of computers. He found programming in Simula enjoyable and was impressed by how the programs class structure helped him organize his code. As the size of his program increased, he found that the language became increasingly more helpful.…

    • 813 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Computer Programming (C++)

    • 3632 Words
    • 15 Pages

    C++ is a general purpose programming language designed to make programming more enjoyable for the serious programmer. For many uses, C++ is not the ideal language. You might prefer Tcl/Tk for writing a user interface, SQL for relational database queries, Java for network programming, or Yacc for writing a parser. C++ is used because it works well when the ideal language is (for whatever reason) not…

    • 3632 Words
    • 15 Pages
    Good Essays
  • Good Essays

    Early Pascal Compilers

    • 360 Words
    • 2 Pages

    The first Pascal compiler was designed in Zürich for the CDC 6000 series mainframe computer family. Niklaus Wirth reports that a first attempt to implement it in Fortran in 1969 was unsuccessful due to Fortran's inadequacy to express complex data structures. The second attempt was formulated in the Pascal language itself and was operational by mid-1970. Many Pascal compilers since have been similarly self-hosting, that is, the compiler is itself written in Pascal, and the compiler is usually capable of recompiling itself when new features are added to the language, or when the compiler is to be ported to a new environment. The GNU Pascal compiler is one notable exception, being written in C.…

    • 360 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    Manual - Turbo C Revised

    • 4321 Words
    • 18 Pages

    C is a general-purpose programming language, which features economy of expression, modern control flow and data structures and a rich set of operations. It has been called as “system programming language” because it is useful for writing compilers and operating systems.…

    • 4321 Words
    • 18 Pages
    Powerful Essays
  • Good Essays

    Floating Point and Lt

    • 7384 Words
    • 30 Pages

    The C++ programming language has a history going back to 1979, when Bjarne Stroustrup was doing work for his Ph.D. thesis. One of the languages Stroustrup had the opportunity to work with was a language called Simula, which as the name implies is a language primarily designed for simulations. The Simula 67 language - which was the variant that Stroustrup worked with - is regarded as the first language to support the object-oriented programming paradigm. Stroustrup found that this paradigm was very useful for software development, however the Simula language was far too slow for practical use.…

    • 7384 Words
    • 30 Pages
    Good Essays