Basics of computer
Basics of computer
Fundamentals
Today’s Lecture
Why do we need Object Oriented
Language
C++ and C
computer to do something
Get some input,
Divide by six,
Primary Memory
CPU takes each
CPU instruction and
executes it, possibly
storing new data
..
.. values as the program
..
executes.
Edit
The first phase consist of editing a file.
The programmer types a C++ program with
editor.
The program source file is then stored on
Why do this?
Header Files
iostream is an example of a header file.
It’s concerned with basic input/output
newlines.
These characters are invisible to the compiler.