i want to make a program that can get strings from user and save it. for this purpose i want to use getline(); built-in function for getting and saving a string but i have no idea about how i delimit the string like if i want to delimit a string with getline(a,b,#s); when user write #s it saves the string. if i shall use getline(a,b,#s); the program will give error because i am not using a character to delimit a program. please give me suggestions for this program.
thanks!