Cmp Science Project Report

download Cmp Science Project Report

of 22

Transcript of Cmp Science Project Report

  • 8/10/2019 Cmp Science Project Report

    1/22

    Acknowledgement

    I feel proud to present my project on the topic Job Search

    Engine.

    I am overwhelmed in all humbleness and gratefulness to

    acknowledge all those who have helped me to put these ideas and

    without whom this project would have not been reality.

    I take this opportunity to express my profound gratitude anddeep regards to my guide Mrs.Sharadha Pratap for her exemplary

    guidance,monitoring and constant encouragement throughout the

    course of project.I also take the opportunity to express my deep

    sense of gratitude and sincere thanks to Principal,Mrs Mariamma

    S Mathew, The Oxford Senior Secondary School, For her cordial

    support, encouragement and guidance which helped me in

    completing the task through various stages.

    Finally yet importantly, I would like to express my thanks to my

    beloved parents for their blessings, my friends for their help and

    wishes for the successful completion of this project.

  • 8/10/2019 Cmp Science Project Report

    2/22

    Index

    Contents Page No.

    Preface

    About C++

    Classes and

    Objects in C++

    OOPS Concept

    Algorithm

    Source Code

    Sample Outputs

    Bibliography

  • 8/10/2019 Cmp Science Project Report

    3/22

    Preface

    Our Project, JobSearch Engine is a program used for managing

    jobs , similar to the service provided by web search engines that

    cater to the daily management requirements of the public.

    This Program not only allows user to enter his details but it also

    provides an interface for the users to choose his field,display ,modify or delete their respective details . This serves the basic

    purpose of Object Oriented Programming, i.e Programming close

    to real world.

    Several features of C++ has been covered in our Program.They

    Include:

    OOPs Concept such as polymorphism,data encapsulation ,

    modularity.data abstraction,etc.

    Data File Handling

    Functions

    Arrays

    Data Structures

    Classes and Objects

  • 8/10/2019 Cmp Science Project Report

    4/22

    MAIN

    MENU

    Search for

    a Job

    Enter The

    Details which

    gets stored in

    file

    Displaying the

    details and

    storing the

    experience

    Post a Job

    1.InformationTechnol

    ogy

    2.Banking

    3.BPO

    Enter The Profile of the

    Company and the

    required experience

    Display

    theDetails

    Compare

    theExperience

    If Experience

    Matches:Job

    Found

    If Experience

    does not

    match: Job is

    Not Found

    Returns

    to MainMenu

  • 8/10/2019 Cmp Science Project Report

    5/22

    SOURCE CODE

  • 8/10/2019 Cmp Science Project Report

    6/22

    #include

    #include

    #include

    #include

    #include

    #include

    #include

    #include

    class candidate

    {

    public :

    char id[20], name[50], place[20];

    char add[30], gender[10], quali[30];

    int age, exp;

    long int salary, no;

    void in();void out();

    };

    candidate c;

    void candidate :: in()

    {

  • 8/10/2019 Cmp Science Project Report

    7/22

    clrscr();

    cout

  • 8/10/2019 Cmp Science Project Report

    8/22

    getch();

    }

    void candidate::out()

    {

    clrscr();

    cout

  • 8/10/2019 Cmp Science Project Report

    9/22

    public:

    char role, loc[50], profile[100], pos, pos1, pos2, result, result1,

    result2;

    long int phn, fax;

    int expe;

    void display()

    {

    clrscr();

    cout

  • 8/10/2019 Cmp Science Project Report

    10/22

    gets(loc);

    coutphn;

    coutfax;

    coutrole;

    coutexpe;

    cout

  • 8/10/2019 Cmp Science Project Report

    11/22

    if(c.exp==expe)

    {

    if(expe>=5 && expe=3 && expe=1 && expe

  • 8/10/2019 Cmp Science Project Report

    12/22

    else

    {

    cout

  • 8/10/2019 Cmp Science Project Report

    13/22

  • 8/10/2019 Cmp Science Project Report

    14/22

    char post1()

    {

    if(c.exp==d.expe)

    {

    if(expe>=5 && expe1 && expe

  • 8/10/2019 Cmp Science Project Report

    15/22

    cout

  • 8/10/2019 Cmp Science Project Report

    16/22

    cout

  • 8/10/2019 Cmp Science Project Report

    17/22

    cout

  • 8/10/2019 Cmp Science Project Report

    18/22

    break;

    }

    fin.close();

    break;

    case '2' :

    fin.open("icici.dat", ios::in|ios::out|ios::binary);

    while(!fin.eof())

    {

    clrscr();

    cout

  • 8/10/2019 Cmp Science Project Report

    19/22

    fin.open("gateway.dat",ios::in|ios::out|ios::binary);

    while(!fin.eof())

    {

    clrscr();

    cout

  • 8/10/2019 Cmp Science Project Report

    20/22

    }

    getch();

    }while(choice!='3');

    getch();

    }

  • 8/10/2019 Cmp Science Project Report

    21/22

    SAMPLE OUTPUT

  • 8/10/2019 Cmp Science Project Report

    22/22

    Teachers Report

    Name :

    Class :

    Section :

    Roll no :

    School :

    Teachers Signature:

    Date: