C ++ 11 added support for raw string literals such as:
R"foo(A " weird \" string)foo"
Does C have this? If so, in which version of the standard? C11? If not, does anyone know if it is planned, and can any compilers support it?
c string escaping string-literals
baruch
source share