CH_3_Expressions_And_Ineractivity Flashcards
cin
Console Input
Can be used to read data typed at the keyboard.
Prompt
cout text that lets the user know that input is needed.
> >
Stream extraction operator: Extracts characters from the input stream so they can be used in the program. Gets characters from the the stream object on its left and stores them in the variable whose name appears on its right.
Input Buffer (Keyboard Buffer)
The temporary place in memory where characters are stored when the user enters data after prompted.
Expression
Something that can be evaluated to produce a single value.
Associativity
The order in which an operator works with its operands.
Type Cast Expression (Type Casting)
Explicitly changing the data type of a value.
Showpoint Manipulator
Part of iomanip.
Type Coercion
cin.ignore()
Keyboard Buffer
String Header File
Overflow
Underflow
Named Constants
Define Named Constant
Initialize Named Constant
Combined Assignment
Stream Manipulator
String Member Functions