scanf - C++ Reference - cplusplus.com - The C++ Resources Network
Reads data from stdin and stores them according to the parameter format into the locations pointed by the additional arguments. The additional arguments should point to already allocated objects of the type specified by their corresponding format specifie...