Name

stdin macro — Standard input file

Synopsis

FILE* stdin
               

The stdin macro is a standard file used for reading from the program’s standard input device. stdin is fully buffered if the standard input is not an interactive device.

See Also

cin in <iostream>

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.