10 Nov
2016
10 Nov
'16
11:02 p.m.
On 11/11/2016 11:50, Christopher J. Pisz wrote:
That's especially weird considering that "\P" should be an invalid escape sequence, which should give you a compiler warning/error and/or should make "\PATH" give identical results to "\\PATH".
Disregard this and check my other reply. I was confused and incorrect about how invalid escapes are treated.
reinterpret_cast
(L"C://PATH"))
Never ever do that. Just, no.