對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中文網其他相關文章!