C++ History Flashcards
C++ was developed by
Bjarne Stroustrup
AT&T
American Telephone & Telegraph
Company
This combination of features of SIMULA 67 and C resulted in a new language called
C
with Classes
C
with Classes by Bjarne in
1979
Therefore, some features and ideas were taken from
ALGOL 68
The name C++ is credited to
Rick Mascitt
During ____, ______ created C Programming language
1970 Dennis Ritchie
1960
Algol - International Group
1967
BCPL (Basic Combined Programming Language) - Martin Richard
1970
B - Ken Thompson
1972
Traditional C - Dennis Ritchie
1978
K&R C - Kernighan & Ritchie
1983
C++ - Bjarne Stroustrup
A sequence of statements intended to accomplish a task.
Program
Is a process of planning and creating a program.
Programming
A set of rules, symbols, and special words used to construct programs.
Programming language
Smallest individual unit of a program written in any programming language.
Token
3 Tokens
Special Symbols
Reserved Words
Identifiers
Compile time error
Syntax error
Run-time error
Logical Error
error in the program
bug
finding and fixing the errors
Debug / Debugging
BASIC
Beginners’ All Purpose Symbolic Instruction Code
BCPL
Basic Combined Programming Language
IDE
Integrated Development Environment