请问怎样用deepin编写c语言程序
Tofloor
poster avatar
189******38
deepin
2016-01-23 01:36
Author
有像dev c++这样的软件吗?求解
Reply Favorite View the author
All Replies
2 / 2
To page
xliang9550
deepin
2016-01-31 07:11
#21
举个例子,比如源文件是helloworld.c,欲生成的可执行文件是helloworld.exe(不要笑)。
在终端执行
gcc -o helloworld.exe helloworld.c
如果编译链接成功,便可执行
./helloworld.exe
运行刚刚编译好的可执行文件
gcc只是个命令行编译器。
Reply View the author
paopao123
deepin
2016-01-31 20:36
#22
https://bbs.deepin.org/post/36455
怎么打开linux下的软件呢,我查了网上和深度帮助里,都没有怎么打开GCC软件的操作说明。例如深度EMACS直 ...

gcc是编译器没有界面,可以在终端执行,要想简单点鼠标点点就好的话就用一个适用的IDE
Reply View the author
asdfghjkl
deepin
2016-02-02 03:52
#23
https://bbs.deepin.org/post/36455
gcc是编译器没有界面,可以在终端执行,要想简单点鼠标点点就好的话就用一个适用的IDE ...

合为一体的?
Reply View the author
asdfghjkl
deepin
2016-02-02 03:53
#24
https://bbs.deepin.org/post/36455
举个例子,比如源文件是helloworld.c,欲生成的可执行文件是helloworld.exe(不要笑)。
在终端执行
gcc -o ...

加的一个“.”号标点是隐藏的意思?这里作用特别吗
Reply View the author
guanmfei
deepin
2016-02-13 00:57
#25
linux 自带gcc
Reply View the author
132******13
deepin
2016-02-13 03:17
#26
本帖最后由 yutouyes 于 2016-2-12 19:18 编辑
https://bbs.deepin.org/post/36455
加的一个“.”号标点是隐藏的意思?这里作用特别吗

如果filename可执行的话,./filename表示执行这个filename文件
Reply View the author
jiangying
deepin
2016-03-05 20:25
#27
https://bbs.deepin.org/post/36455
深度下,商店里有VIM,没搜到GCC啊?

sudo apt-get install gcc
Reply View the author
189******86
deepin
2016-03-05 23:03
#28
linux上ide推荐jetbrains全家桶,不过要钱。。。
另外codeblocks,geany也不错
愿意投入精力学习的话还有vim,emacs
Reply View the author
wusilence
deepin
2016-03-06 23:12
#29
gcc配合notepadqq或者gedit
Reply View the author
jiankian
deepin
2016-03-17 15:21
#30
安装jetbrains的Clion来开发和学习C程序,简直牛逼的不要不要的
Reply View the author
justforlxz
deepin developers team
2016-03-17 16:07
#31
qt creator是个不可多得的利器。
Reply View the author
ArthurDeepin
deepin
2016-03-17 17:24
#32
jetbrains全家桶

edu邮箱,免费大餐
Reply View the author
zhiyi
deepin
2016-03-17 17:32
#33
https://bbs.deepin.org/post/36455
Eclipse虽然是个Java IDE,不过它可扩展性很强,应该可以通过配置其它插件来写C/C++(虽然我没试过)...
其 ...

eclipse+cdt我用过,调试方面还行,但是在自动补全方面不如qt creater;还试过anjuta,基本没什么提示功能,而且高分屏下比较难看,现在用的是qtcreator
Reply View the author
ynkmwl811
deepin
2016-03-17 17:47
#34
用vim编辑、gcc编译,系统一般都自带,打开终端就可用。方便、实用、可靠。
Reply View the author
jiangying
deepin
2016-03-26 23:51
#35
https://bbs.deepin.org/post/36455
深度下,商店里有VIM,没搜到GCC啊?

sudo apt-get gcc
Reply View the author
dongxurr123
deepin
2016-03-27 03:40
#36
https://bbs.deepin.org/post/36455
vim a.c
输入:
# include

帅哥~ 这样开发效率不怕被PM砍死哇```
Reply View the author
linyk
deepin
2016-03-27 04:03
#37
gedit打代码,然后命令行gcc xxx.c -o xxx进行编译
Reply View the author
flab
deepin
2016-11-27 05:15
#38
为什么我装了codeblocks后build程序时总显示不能build?而且装了gcc,应该不是编译器的问题?
Reply View the author
135******43
deepin
2016-11-27 06:14
#39
CLion eclipse在linux的界面真的是差强人意。
Reply View the author
2 / 2
To page