#help me pls
11 messages · Page 1 of 1 (latest)
you need cin.ignore() to ignore the input you put in for when you ask for the full name
otherwise it uses that answer for the address and DOB
hmm
ngl i have no clue what cin.ignore means or does lol
im like new new to coding
thank you for pointing me in the right direction tho
i take all the help i can get
What is the use of cin ignore() in C - The cin.ignore() function is used which is used to ignore or clear one or more characters from the input buffer.To get the idea about ignore() is working, we have to see one problem, and its solution is found using the ignore() function. The problem is like below.Sometimes we need to clear the unwan
AYYYY
thank you
