Hey y'all so I've searched around and cant seem to find anything recent pertaining to my problem and how to fix it, at least in layman's terms that helps me any bit at all.
I'm trying to catch a whole address, street and numbers in a string.However I can't seem to figure it out. So far I've tried:
along with the getline command on its own but i just cant seem to figure it out... Could anyone help me? in the cin.getline() and the getline()commands it just skips over the users ability to enter anything and jumps to the next step.
I'm trying to catch a whole address, street and numbers in a string.However I can't seem to figure it out. So far I've tried:
cin.getline(cin, 256,'\n')
along with the getline command on its own but i just cant seem to figure it out... Could anyone help me? in the cin.getline() and the getline()commands it just skips over the users ability to enter anything and jumps to the next step.