Preview

COMPUTER SCIENCE INVESTIGATORY PROJECT

Better Essays
Open Document
Open Document
989 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
COMPUTER SCIENCE INVESTIGATORY PROJECT
Certificate This certificate is to certify that ________of class ____ has successfully completed the Investigatory Project entitled for the subject Computer Science as prescribed by Central Board of Secondary Education (CBSE) for the year 2014-15.

(Subject Teacher) (Examiner)

ACKNOWLEDGEMENT

I would like to express my sincere gratitude to __________ (Principle) for providing me with an opportunity to carry out this project.
I am also grateful to my Computer Science teacher ________, for her vital support, guidance and encouragement – without which this project would not have come forth.

Contents
Serial No.
CONTENTS
Page No.
1.
INTRODUCTION

2.
SYSTEM REQUIREMENTS

3.
HEADER FILES USED

4.
PROGRAM CODE

5.
SCREENSHOTS

6.
FUTURE SCOPE

7.
BIBLOGRAPHY

Introduction

Library management System is a small program to manage library which includes the task of:-
Adding new users, books and magazines/newspapers.
Updating Users, books and magazines/newspapers.
Deleting Users, books and magazines/newspapers.
Issuing Books.
Collecting Books back.
Searching for books, users.

System requirements

HARDWARE REQUIRMENTS
INTEL 2.20 Ghz Processor
Ram- 512 MB
Monitor
Keboard
Mouse

SOFTWARE REQUIRMENTS
Turbo C++ / Borland C++ / Dev C++
Window XP / Vista / 7 / 8

PROGRAM Code

//***************************************************************
// HEADER FILE USED IN PROJECT
//****************************************************************

#include<fstream.h>
#include<conio.h>
#include<process.h>
#include<stdio.h>
#include<iomanip.h>
#include<dos.h>

//***************************************************************
// CLASS USED IN PROJECT
//****************************************************************

class reportcard{ int roll; char bno[10]; char name[20]; public: int getroll(){ return(roll); } void get(); void show(); };

void reportcard::get(){ cout<<"\n

You May Also Find These Documents Helpful