when I use " cin >> string " if I input one or several new lines without putting any characters the program doesn't finish the cin command until I input a character or a string
normally when i put only a new line the console go to the beginning of the new line.
how do I insert from input into the string "null " or "\n" and finally continue the program?