无法在CLion中正确运行 #15
Unanswered
WangShuoCode
asked this question in
Q&A
Replies: 1 comment
-
你好,最近比较忙没有看到这个Discuss。我开发这个项目的工具是VSCode+CMake,运行这个项目则通过VSCode内置终端或者Windows Terminal。我看你编译后二进制文件名后缀是exe,应该是在Windows平台运行的,那么你可以检查一下乱码是否由字符编码引起:sudoku项目里的中文都是utf-8编码格式,而Windows默认编码应该是gbk。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
你好,mayerui,我是一个在校大学生,希望能通过您的项目来学习。

我clone您的代码后,在WSL中编译运行正常,然后我打开CLion来运行,运行成功了,但是Clion使用是内置的shell,无法正确的显示。
我想知道作者是采用什么工具来编译此项目的,以及如何解决此问题,谢谢。
Beta Was this translation helpful? Give feedback.
All reactions