Prog Reviewer
Prog Reviewer
Structured Programming
Sequence Structure one after another, in the order listed in the program.
Oval start/end
Syntax error occurs when you break one of the programming language’s
use.
Lesson 2
Computation Programming
Games Development
Embedded System
using namespace std; tells that compiler to use the std namespace.
Initialization of Variables
C-like initialization
Constructor initialization
Uniform initialization
Input/Output Statement
Input stream the direction of flow of bytes is from the device to the main
memory.
Output stream the direction of flow of bytes from the memory the device.
Standard output stream (cout) the standard device is the display screen.
C++ Expressions
Arithmetic Operators
Relational Operators
Logical operators
Lesson 3