20 Apr
2017
20 Apr
'17
3:04 p.m.
Klemens Morgenstern wrote:
Since process is C++11 only, I don't know which current compiler would have problem with that though.
I don't think that elevenness matters here. The problem is with lines that end with a backslash. Ordinarily the backslash escapes the \n and continues the line, but when you have Windows line endings, it escapes the \r instead and \n still ends the line. Other than that \r is just whitespace.