Words of Wisdom:

"you don't know what you've got 'til u say goodbye ." - Dstny_roman

Book Shop

  • Date Submitted: 12/12/2013 03:53 AM
  • Flesch-Kincaid Score: 69.4 
  • Words: 2417
  • Essay Grade: no grades
  • Report this Essay

COMPUTER SCIENCE
PROJECT FILE
ON
BOOK-SHOP




















PROJECT PREPARED BY:
__________________________
XII Science
Session:
Kendriya Vidyalaya


TABLE OF CONTENTS






    ➢ Certificate




    ➢ Acknowledgement




    ➢ Header files and their purpose



    ➢ Coding




    ➢ Limitations




    ➢ Requirements




    ➢ Bibliography




















Acknowledgement


        I thank my Computer Science teacher ________ a for his guidance and support. I also thank my Principal _____. Finally I would like to thank CBSE for giving me this opportunity to undertake this project.



















Certificate


        This is to certify that _______-of class XII Science, KendriyaVidyalaya   ,   have successfully completed their project in computer practicals for the AISSCE as prescribed by CBSE in the year ___.



Date :


Roll No. :


Signature of Internal           Signature of External
Examiner                             Examiner


__________________                 __________________





HEADER FILES USED AND THEIR PURPOSE



      1.   FSTREAM.H – for file handling, cin and cout

      2.   PROCESS.H – for exit() function

      3.   CONIO.H – for clrscr() and getch() functions

      4.   STDIO.H – for standard I/O operations

      5.   STRING.H – for string handling

      6.   CTYPE.H – for character handling


































CODING























#include
#include
#include
#include
#include
#include
class subject
{
public:
char s[5][40],sub[5][5][40];
subject()
{
strcpy(sub[0][0],"Physics NCERT-I");
strcpy(sub[0][1],"Physics NCERT-II");
strcpy(sub[0][2],"Pradeep Physics");
strcpy(sub[0][3],"H.C.Verma\t");
strcpy(sub[0][4],"Together With");
strcpy(sub[1][0],"Chemistry NCERT-I");
strcpy(sub[1][1],"Chemistry NCERT-II");
strcpy(sub[1][2],"Pradeep Chemistry");
strcpy(sub[1][3],"Together With");
strcpy(sub[1][4],"P.Bahaadur\t");
strcpy(sub[2][0],"Maths NCERT-I");...

Comments

Express your owns thoughts and ideas on this essay by writing a grade and/or critique.

  1. No comments