This might seem like a silly question, but how do I read in a newline char, by itself, as input?
For example, if I gave the user a choice to enter a string for a new filename, or let them just press ENTER for some other choice.
forgot to add that this is in C++.