gpt4 book ai didi

c++ - C# @ 符号前缀字符串的 C++ 等价物是什么?

转载 作者:IT老高 更新时间:2023-10-28 22:08:04 26 4
gpt4 key购买 nike

C# @ 符号前缀字符串的 C++ 等价物是什么?自动转义符号?

示例:var howManySlashesAreThereIn = @"\\\\\\";

最佳答案

在 C++11 中,您可以使用原始字符串文字:

std::string s = R"(This\is\a\raw\string\literal)";

std::string s = R"*(This \one contains \a )", which would normally end the string)*";

这里是 C++11 FAQ字,和一个reference .

关于c++ - C# @ 符号前缀字符串的 C++ 等价物是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10510014/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com