Computer Programming and Fundamentals Flashcards
C Programming Language was developed in early
1970s by
Dennis Ritchie
C++ was based on
C programming language
Developed in early 1980s by
Bjarne Stroustrup
is a Danish
computer scientist.
He is currently Professor and holder of the College of
Engineering Chair in Computer Science at Texas A&M
University.
Bjarne Stroustrup (Be-ar-neh or By-ar-ne Strov-stroop)
the file that contains the program you
prepared in the editor after you save it. (.cpp)
Source file
header files such as iostream.h
Header file
performs preliminary operations on
files before they are passed to the compiler.
Pre-processor
translates the source code to machine
language.
Compiler
Anatomy of C++
Include Directives
Header Files
Function main
Body
Statement
Return statement
are the reserved words in any language
which have a special pre-defined meaning and cannot
be used for any other purpose.
Keywords
C++ Data Types
Integer Values
Floating Point Numbers
Text Data Type
Refers to the logic of a program and a step-by-step description of
how to arrive at the solution of a given problem
ALGORITHM
is a pictorial representation of an algorithm
Flowchart
FLOWCHART BASIC
SYMBOLS
Terminal
Input/Output
Processing
Decision
Flow lines
Connectors
includes all the possible characters that can be utilized in a programming language. A character set denotes any alphabet, digit or symbols to represent information.
character set