gpt4 book ai didi

c++ - C++程序中的杂散 '\342'

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

粘贴一些代码后,我的程序中出现这些错误:

showdata.cpp:66: error: stray ‘\342’ in program
showdata.cpp:66: error: stray ‘\200’ in program
showdata.cpp:66: error: stray ‘\235’ in program
showdata.cpp:66: error: stray ‘\’ in program
showdata.cpp:66: error: stray ‘\342’ in program
showdata.cpp:66: error: stray ‘\200’ in program
showdata.cpp:66: error: stray ‘\235’ in program
showdata.cpp:67: error: stray ‘\342’ in program
showdata.cpp:67: error: stray ‘\200’ in program
showdata.cpp:67: error: stray ‘\235’ in program
showdata.cpp:67: error: stray ‘\’ in program
showdata.cpp:67: error: stray ‘\342’ in program
showdata.cpp:67: error: stray ‘\200’ in program
showdata.cpp:67: error: stray ‘\235’ in program

这是导致错误的两行。

size_t startpos = str.find_first_not_of(” \t”);
size_t endpos = str.find_last_not_of(” \t”);

我该如何解决这个问题?

最佳答案

符号 不是 。它们被称为“智能引号”,通常出现在丰富的文档或博客中。

关于c++ - C++程序中的杂散 '\342',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2340930/

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