Does C support raw string literals?
问题 C++11 added support for raw string literals, such as: R"foo(A " weird \" string)foo" Does C have such a thing? If so, in what version of the standard? C11? If not, does anyone know if it is being planed and if any compilers support it? 回答1: Does C have such a thing? If so, in what version of the standard? C11? C (C90, C99, C11) does not support this feature or any other similar feature. If not, does anyone know if it is being planed I have no idea, but usually there is a strong resistance of