对 Cout 插入字符串进行故障排除
遇到类似“binary '
确保文件包含
在代码中包含以下头文件:
<code class="cpp">#include <string> #include <iostream></code>
用法示例
包含标头后,您应该能够使用以下语法来计算字符串:
<code class="cpp">string text; text = WordList[i].substr(0, 20); cout << "String is : " << text << endl;</code>
常见陷阱
以上是当我尝试在 C 中使用 cout 插入字符串时,为什么会收到'二进制 \'<<\' : no operator\”错误?的详细内容。更多信息请关注PHP中文网其他相关文章!