C++编译错误消息在 PuTTY 中未正确显示

发布于 2024-10-14 20:54:23 字数 281 浏览 0 评论 0原文

如果我在通过 PuTTY 连接的 Linux 中编译 C++ 程序时出现错误,我会看到如下错误消息:

g++ a.cpp
a.cpp: In function âint main()â:
a.cpp:38: error: expected primary-expression before â)â token
a.cpp:38: error: âwaitpidâ was not declared in this scope

知道字符 â 为何出现吗?

If I compile a C++ program with errors in Linux connected through PuTTY, I see error messages like:

g++ a.cpp
a.cpp: In function âint main()â:
a.cpp:38: error: expected primary-expression before â)â token
a.cpp:38: error: âwaitpidâ was not declared in this scope

Any idea about why the character â is coming?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秋日私语 2024-10-21 20:54:23

检查以确保命令 locale 返回与 PuTTY 配置中设置的编码相同的编码翻译 -> 接收到的数据假定采用哪个字符集

Check to make sure command locale returns the same encoding which set in PuTTY configuration Translation->Received data assumed to be in which character set.

蓝眼睛不忧郁 2024-10-21 20:54:23

在选项中将 PuTTY 字符集设置为 UTF-8。

Set the PuTTY charset to UTF-8 in the options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文