Alright, though I'm a little surprised, since I've never had to pass parameters to a getline() call before, and it's always worked fine.
Well, this being the case, I suppose I need a way to do what I was trying to do with that line in the first place. That is, get a line of input and put it in a string variable.
Sorry, I should have been more specific about the "error." It's not a compile error (the code isn't presently in a state that will compile), the "error" is Visual Studio spitting a red line at me. That short message is what it shows me when I mouse over it. I've monkeyed around a little to see if VS is trying to pull one over on me, but regardless if I change things or retype the code, it's consistently giving me this warning.
I'm probably another hour away from a compileable project, so I've just had to truck on and hope I can work this out.