This lesson continues the study of the input buffer. In this example the input buffer contents are input as a string with getline. Following the input, string methods, like substr ,are used to extract five different items from the string. Two of the extracted values must be converted from type string to integer and double using stoi and stod respectively.