C++ File Stream cin
C++ examples for File Stream:cin
HOME
C++
File Stream
cin
Description
Click the following links for the tutorial for File Stream and cin.
Read a decimal number, Converts decimal to octal and hex
Read string and output
Calculate Fahrenheit temperature and output
Prompts for a number and then prints the square.
Read a number from the keyboard and reports whether it is odd or even.
Get a Number and prints their square roots, until the user either presses 0 or presses ENTER directly after the prompt
Press enter to continue
Read and output letter
Uses getch() and putch() for char input and output.
Read char one by one from user and add to string
Use put() to put a newline character to cout
Stores twelve months of sales and prints selected ones.
Totals eight input int values from the user.
Read a line of string with getline(), a character with get(), output with put() via cin
Use cin.read() and cin.gcount()
Inputting characters using cin member function getline
Comparing cin and cin.get to read string
Cin Stream Error States
Read a string into character array variable state
Read characters into array charArray until the character 'p' is encountered, up to a LIMIT of 10 characters.
Read a string from the keyboard and determines its length
Reading Phone Numbers with an Overloaded Stream Extraction Operator.
Reads multiple lines, terminates on '$' character
Avoids buffer overflow with cin.width
Input checking with English Measure class
Read an int from user
Check if an input is a valid integer
Ignoring the Enter key after the first character is read
Type in two characters
Read a character using cin