Programming

Programming

  • Submitted By: puspadewi
  • Date Submitted: 04/16/2013 9:23 AM
  • Category: Technology
  • Words: 7807
  • Page: 32
  • Views: 143

INRODUCTION
C++ is a statically typed, compiled, general purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming.C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. C++ was developed by Bjarne Stroustrup starting in 1979 at Bell Labs in Murray Hill, New Jersey as an enhancement to the C language and originally named C with Classes but later it was renamed C++ in 1983.C++ is a superset of C, and that virtually any legal C program is a legal C++ program.The most important thing to do when learning C++ is to focus on concepts and not get lost in language technical details.
C++ is used by hundreds of thousands of programmers in essentially every application domain.C++ is being highly used to write device drivers and other software that rely on direct manipulation of hardware under realtime constraints.C++ is widely used for teaching and research because it is clean enough for successful teaching of basic concepts.Anyone who has used either an Apple Macintosh or a PC running Windows has indirectly used C++ because the primary user interfaces of these systems are written in C++.
Our project ELECTION-VOTING SOFTWARE  is made out of turbo C++ language. It is a high level programming language and its most important feature is the OOP concept.
This software is developed in the programming langue C++ available in the syllabus of CBSE XII for the academic year 2012-2013.



ABOUT THE PROGRAMMING LANGUAGE
An object-oriented program may be viewed as a collection of interacting objects, as opposed to the conventional model, in which a program is seen as a list of tasks to perform. In OOP, each object is capable of receiving messages, processing data, and sending messages to other objects. Each object can be viewed as an independent machine with a distinct role or responsibility. The actions on these objects are closely...

Similar Essays