1 / 11

A Brief History of C++

A Brief History of C++.

Télécharger la présentation

A Brief History of C++

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Brief History of C++ • In the early 1970s, Dennis Ritchie of Bell Laboratories was engaged in a project to develop a new operating system.  Ritchie discovered that in order to accomplish his task he needed the use of a programming language that was concise and that produced compact and speedy programs. • This need led Ritchie to develop the programming language called C. •      In the early 1980's, also at Bell Laboratories, another programming language was created which was based upon the C language.  • This new language was developed by BjarneStroustrup and was called C++.  • Stroustrup states that the purpose of C++ is to make writing good programs easier and more pleasant for the individual programmer. .

  2. When he designed C++, he added OOP (Object Oriented Programming) features to C without significantly changing the C component.  • Thus C++ is a "relative" (called a superset) of C, meaning that any valid C program is also a valid C++ program

  3. Needed Acronyms   CPU - Central Processing Unit -the heart (brains) of the computer system.It is comprised of the control unit,the arithmetic logic unit,and temporary storage (RAM). IDE-Integrated Development Environment - a system where you can control the editing and compiling of language code from one program.

  4. LAN-Local Area Network-a set of computers connected in order to share programs and storage space."Local” implies that the network is contained within a relatively small OOP-Object Oriented Programming-the use of small,reusable components to construct large software systems. OS-Operating System - the program that manages all the other programs in a computer.Some popular operating systems include MS-DOS, Windows 98/2000/NT/XP, MacOS, Unix, and Linux. RAM - Random Access Memory - temporary memory lost when the computer is turned off. ROM-Read Only Memory - hardwired memory which cannot be changed.Contains the system directions.

  5. Vocabulary

  6. The Four Equipment Functionsof a Computer System

  7. Diskettes and Hard Drives

  8. What happens when a disk is formatted? 

More Related