d spaces, and store it in a string object. getline (cin, name); ??? ??? ??? cin.get used same as getline, but with a character and not a string ??? ??? ??? cin.ignore this funtion tells the cin object to skip characters in the keyboard buffer. cin.ignore (n, c). the arguments shown in the parentheses are optional. if used, n is an integer and c is a character. they tell cin to skip n number of cha