We know that all standard input functions expect '\n' as delimiter. Can I write a function that can ask the user which delimiter to use in place of '\n'? So it would read from the buffer until it reaches that character, exactly like cin would until it saw a '\n'.
Similarly can I write a function to I extract JUST ONE character from the buffer?