有没有可以编写编译运行c语言的软件啊
Tofloor
poster avatar
timelover
deepin
2020-02-24 04:45
Author
就和Windows差不多的那种
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2020-02-24 05:03
#1
编译软件多了,gcc,llvm,clang,总有一款适合你
Reply View the author
avatar
Feng Yu
deepin
2020-02-24 05:04
#2
如果你想问编辑器或者IDE的话,能选择的也很多,比如qtcreator,我比较喜欢用vscode
Reply View the author
avatar
走钢丝
deepin
2020-02-24 05:05
#3
编写随便找个编辑器就行吧。。
编译的话,内置有 gcc

集成开发环境的话可以选 qt,codeblocks,eclipse for c++ 等。。

相关工具参考商店,编程开发标签
Reply View the author
avatar
widon1104
deepin
2020-02-24 05:11
#4
qtcreator可以试试这款IDE
Reply View the author
avatar
jzc
deepin
2020-02-24 06:55
#5
应用商店里有,CodeBlocks   QtCreator 等等IDE
Reply View the author
avatar
timelover
deepin
2020-02-24 20:38
#6
codeblocks咋用啊,我都看不懂...
Reply View the author
avatar
impressionyang
deepin
2020-02-24 22:20
#7
Reply View the author
avatar
antantic
deepin
2020-02-26 02:50
#8
QtCreator  是我觉的最好了的
Reply View the author
avatar
ahaoao
deepin
2020-02-28 23:19
#9
推荐CLion
Reply View the author
avatar
梦幻大陆
deepin
2020-02-29 03:12
#10
建议楼主先看一本书《linux上的c编程》,看几章就能搞清楚编译器的概念了
Reply View the author
avatar
ucSec
deepin
2020-02-29 05:04
#11
本帖最后由 xingjiapeng 于 2020-2-28 21:33 编辑

建议尝试一下
Geany
非常像Dev-C++

Reply View the author
avatar
ucSec
deepin
2020-02-29 05:07
#12
本帖最后由 xingjiapeng 于 2020-2-28 21:15 编辑

https://oi-wiki.org/lang/editor/geany/
@timelover


Reply View the author
avatar
zerofancy
deepin
2020-02-29 05:35
#13
跟Windows上习惯最像的,可以用Code Blocks

不过我建议用VSCode,安装C++的插件,写代码很舒服,但运行代码懒得折腾配置文件,可以直接在下面打开终端编译运行。
Reply View the author