Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Geany中c语言源程序,点击 执行 ,终端中无显示
Apps Section
1148
views ·
8
replies ·
To
floor
Go
login
deepin
2014-07-28 22:46
Author
源程序:
#include
int main(void)
{
int n=0;
while(n<=1000)
{
printf("hello world\n");
n++;
}
return 0;
}
注:我已经点击过 编译 和 生成按钮了,都提示 编译成功结束。然后我点击执行按钮,弹出的深度终端中,无任何显示。我在虚拟终端中手动执行,能正常输出。Geany中设置生成命令为默认值,没有改动参数。请问这是什么问题。
Reply
Like 0
Favorite
View the author
All Replies
Bluek404
deepin
2014-07-29 00:26
#1
可能是深度终端的附加参数不兼容?
手动make执行试试
Reply
Like 0
View the author
ArthurDeepin
deepin
2014-07-29 00:52
#2
在其他集成开发环境里也有这个问题,无法在IDE中正常调用终端。但是在终端中手动执行程序却可以。
Reply
Like 0
View the author
login
deepin
2014-08-01 03:58
#3
官方不回应吗,不能解决问题吗?!!!!
Reply
Like 0
View the author
cxbii
deepin
2014-08-01 17:46
#4
我可以让qa检查我们的深度终端是否有问题,但是你的程序运行不了的话,我想还是靠自己解决的吧?
Reply
Like 0
View the author
136******54
deepin
2014-08-05 19:15
#5
在我这边没什么问题啊
http://pan.baidu.com/s/1nt2tzmT
Reply
Like 0
View the author
xiazhishang
deepin
2014-08-08 20:12
#6
楼主好!按照你同样的方法经过qa测试,深度终端现在是有输出的
Reply
Like 0
View the author
login
deepin
2014-08-12 16:48
#7
我的还是不行,真是奇怪!!!
Reply
Like 0
View the author
login
deepin
2014-09-15 02:32
#8
今天升级到Deepin 2014.1,试了一下已经可以了,感谢!!!!!
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
login to bbs.deepin.org only works without ipv6
Deepin 25.2.0 Black Screen After Sleep
NVIDIA graphics driver are not working with enabled secure boot
UI freezes and extraction is slower CliPzipPlugin runs on GUI thread
OBS Flatpak with Treeland
Popular Events
More
#include
int main(void)
{
int n=0;
while(n<=1000)
{
printf("hello world\n");
n++;
}
return 0;
}
注:我已经点击过 编译 和 生成按钮了,都提示 编译成功结束。然后我点击执行按钮,弹出的深度终端中,无任何显示。我在虚拟终端中手动执行,能正常输出。Geany中设置生成命令为默认值,没有改动参数。请问这是什么问题。