0% found this document useful (0 votes)
287 views10 pages

Computer Science Project

super market billing

Uploaded by

sharon monisha
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
287 views10 pages

Computer Science Project

super market billing

Uploaded by

sharon monisha
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 10

AISSE 2020

SUPER MARKET BILLING


PROJECT IN COMPUTER SCIENCE
USING C++

REGISTRATION NUMBER:
NAME: P.SHARON MONISHA
BATCH: 2019-2020
SCHOOL ADDRESS: R-40-B, 120 FEET ROAD,
MOGAPPAIR, CHENNAI-600037
BONAFIDE CERTIFICATE

Certified to be the Bonafide Project work in Computer


science done by P.Sharon Monisha Of XII section B of
D.A.V. Girls Senior Secondary School , Mogappair during the
year 2019 to 2020.

Signature of principal Signature of subject teacher


School Seal

Submitted for the Practical Examination held on …………………………………..


At ……………………………………………………………….............................................

Internal Examiner External Examiner

Date:
ACKNOWLEDGEMENT

I would like to express my sincere gratitude to our principal,


Mrs. Radha Subramanian for providing us with this state of
laboratory and infrastructure which were instrumental in
shaping up the project.
I would like to sincerely thank my computer science teacher
Mrs. Radhika Babu for spending her precious time for
enhancing our knowledge regarding the project.
I would also like to extend my heartfelt gratitude to our lab
attender Ms. M. Kalpana who always extended a helping
hand.
My heartfelt thanks to my parents who have constantly
motivated and supported me during the making of this
project.
INDEX

S.No TOPIC Pg.No


1. Introduction 1
2. System Requirement 2
3. Software Description 3
4. Program Analysis 4
5. Program Code 5
6. Screen Layout

7. Report

8. Conclusion

9. Bibliography
INTRODUCTION

The project is on Supermarket Billing. Supermarket is a place


where customers come to purchase their daily necessities .
So, there is a need to calculate how many products are sold
and to generate the bill for the customer.
“Supermarket Billing System” aims at developing into
software that can be used at places like shopping malls,
supermarkets to easily maneuver the daily tasks of taking the
order, calculating the bill etc.
The main advantage of this project is that it converts all the
manual work which is time consuming and error prone to
fully automated system which helps in eliminating all the
paper work, saves time, improves, customer services. It also
speeds up various processes such as addition of new items
from the menu, modification of details of items and
calculation of bills thus providing convenience to the
workers as well as customers.
SYSTEM REQUIREMENT

Operating Software Processor


System
Microsoft dos, Turbo c++, Intel® Core™
Microsoft windows Microsoft Word i5-8250U CPU @
1.60GHz 1.80GHz

Hard disk RAM VDU


8.00 GB DELL
(Windows 10)
Keyboard Mouse
Dell keyboard Logitec Optical
Mouse
SOFTWARE DESCRIPTION
About C++
C++ is a general purpose programming language. It has imperative, object-oriented
and generic programming features, while also providing the facilities for low level
memory manipulation.
It is designed with a bias for system programming with performance, efficiency and
flexibility of use as its design requirements , C++ has also been found useful in many
other contexts, including desktop applications, servers(e.g. e-commerce, web
search, SQL), performs critical applications (e.g. telephone switches, space probes)
and entertainment software such as video games.
It is a compiled language, with implementations of it available on many platforms.
Various organizations provide them, including the FSF, LLVM, Microsoft and Intel.
C++ is standard by the International Organization for Standardization (ISO), which
the latest (and current) having been ratified and published by ISO in September
2011 as ISO/IEC 14882:2011 (informally knows as C++11). The C++ programming
language was initially standardized in 1988 as ISO/IEC 14882:1988, which was then
amended by the C++03, ISO/IEC 14882:2003, standard. The current standard
supersedes these, with new features and an enlarged standard library.
Before standardization, C++ was developed by Bjarne Stroustrup at Bell Labs,
starting in 1979, who wanted an efficient flexible language(like C) that also provided
high level features for program organization.
Many other programming languages have been influenced by C++, including C#,
Java, and newer versions of C.
History Of C++
Bjarne Stroustrup, a Danish and British trained computer scientist, began his work
on C++’s predecessor “C with classes” in 1979. The motivation for creating a new
language oriented from Stroustrup’s experience in programming for his PHD thesis.
Stroustrup found that Simula had features that were very helpful for large software
development, but the language was too sloe for practical use, while BCPL was fast
but too low- level to be suitable for large siftware development. When Stroustrup
started working in AT&T Bell Labs, he had the problem of analyzing the UNIX Kernel
with respect to distributed computing. Remembering his PH.D experience
Stroustrup set out to enhance the C Language with Simula-like features. C was
chosen because it was general-purpose, fast, portable and widely used. As well as C
and Simula’s influences, other languages also influenced C++, including ALGOL 68,
ADA, CLU and ML.
Initially, the class, the derived class, strong typing, inlinning and default argument
features were added to C via Stroustrup “C with classes” to C compiler, Cpre.
In 1983 it was renamed from C with classes to C++. New features were added
including virtual functions, function name and operator overloading, references,
constants, type-safe free-store memory allocation, improved type checking and
BCPL style single-line comments with forward slashes, as well as the development
of a proper compiler for C++, Cfront .
In 1985 the first edition of The C++ Programming Language was released, which
became definitive reference for the language, as implementation of C++ was
released in October of the same year.
In 1989 C++ 2.0 was released followed by the updated second edition of The C++
Programming Language in 1991. New features in 2.0 included multiple inheritance,
abstract classes, static member function, const member function and protected
members. In 1990 the annotated C++ Reference Manual was published. This work
became the basis for the future standard. Late feature additions included templates,
exceptions, namespaces, new casts and Boolean type.
In 2011 C++11 was released which added more features and enlarged the standard
library further, providing more facilities for C++ programmers to use, with more
additions planned for 2014 and 2017.

Microsoft Word
Microsoft Word (or simply Word) is a word processor developed
by Microsoft. It was first released on October 25, 1983[7] under the
name Multi-Tool Word for Xenix systems.[8][9][10] Subsequent versions were
later written for several other platforms including IBM
PCs running DOS (1983), Apple Macintosh running the Classic Mac
OS (1985), AT&T Unix PC (1985), Atari ST (1988), OS/2 (1989), Microsoft
Windows (1989), SCO Unix (1994), and macOS (formerly OS X; 2001).
Commercial versions of Word are licensed as a standalone product or as a
component of Microsoft Office, Windows RT or the discontinued Microsoft
Works suite.
Bibliography

 Wikipedia
 Google.com
 Computer Science with C++ Sumita Arora

You might also like