Getline using std::string vs getline using C-style strings
I have been always fairly confused when dealing with input streams, reading characters, words, or whole lines of text. I was not sure which of the function to use, and why.
One of the things that confused me most was, that there are...