We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在日常/怎么编译 C 程序中,有一条vim printf.c命令,可能会给新人带来困扰:
vim printf.c
vim
vi
我给出两个修改建议供参考:
gedit
nano
touch printf.c # 创建文件 xdg-open printf.c # 调用默认编辑器
或者使用其他更好的方法。
The text was updated successfully, but these errors were encountered:
其實 editor 並不是重點(重點是 compiler),那一節面向的是「gcc 已經安裝了,怎麽用」這一典型問題,針對慣用 IDE 找不到 GUI 就手足無措的人。
Sorry, something went wrong.
No branches or pull requests
在日常/怎么编译 C 程序中,有一条
vim printf.c
命令,可能会给新人带来困扰:vim
(可能只安装了vi
),可能会导致命令不存在错误。vim
不寻常的操作逻辑可能导致困难。我给出两个修改建议供参考:
gedit
或nano
命令。优点是它们更符合直觉。nano虽然是命令行程序,但也有明确的操作指示。缺点是同样系统可能没有预装,例如KDE等桌面不会预装gedit。或者使用其他更好的方法。
The text was updated successfully, but these errors were encountered: