[Newbies] deepin可以编写c程序吗?
Tofloor
poster avatar
air11
deepin
2021-04-02 04:50
Author

deepin有没有可视化的编写c程序的软件,就是可以c写程序的

Reply Favorite View the author
All Replies
impressionyang
deepin
2021-04-02 05:09
#1
Reply View the author
impressionyang
deepin
2021-04-02 05:10
#2

注意,虽然文中用的是manjaro,但是deepin也能有一样的效果

Reply View the author
SamLukeYes
deepin
2021-04-02 05:14
#3

随便拿一个文本编辑器都可以写 C 程序啊

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-04-02 05:37
#4

可以,而且工具很多,自带gcc编译器,直接用文本编辑器就可以写代码

Reply View the author
air11
deepin
2021-04-02 05:45
#5
impressionyang

注意,虽然文中用的是manjaro,但是deepin也能有一样的效果

用vscode怎么打开save as

Reply View the author
air11
deepin
2021-04-02 05:52
#6
neko

可以,而且工具很多,自带gcc编译器,直接用文本编辑器就可以写代码

Reply View the author
air11
deepin
2021-04-02 06:10
#7
impressionyang

没毛病,有了,谢了老哥

Reply View the author
bluesky_
deepin
2021-04-02 07:19
#8

sudo apt install gcc gdb

写好后使用gcc xx.c -o xx

Reply View the author
zhangyazhou
deepin
2021-04-02 17:18
#9

codeblock , clion 等等

Reply View the author