Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
小白请教,如何在2013下配置C++编程环境
Apps Section
619
views ·
4
replies ·
To
floor
Go
tsinghua030
deepin
2014-04-24 22:09
Author
我安装了geany + g++但是写了一个c++测试了下,没有任何显示。
编译,运行啥的都能通过,就是执行后弹出一个深度终端啥也不显示。
有没有大神教教怎么配置c++开发环境 :shock:
Reply
Like 0
Favorite
View the author
All Replies
coslyk
deepin
2014-04-25 06:00
#1
贴测试程序的代码看看?
Reply
Like 0
View the author
ArthurDeepin
deepin
2014-04-25 07:21
#2
你的执行指的是IDE调用终端?这样的问题我也遇见过,不知道怎的就这样没反应了。不过你可以直接在终端中执行你的程序,比如:~/code/testprogram
就是路径加你的执行文件名然后回车,可能要权限或者sudo什么的。
Reply
Like 0
View the author
ArthurDeepin
deepin
2014-04-25 07:41
#3
实际上一般的终端命令都是这样的存在,之所以可以没有路径名是因为环境变量PATH预置好了路径,你可以echo $PATH看看路径,路径底下都是执行文件,和你的控制台程序差不多。
那个你的问题我还是帮不上忙哈,不知是不是深度终端与IDE没有配合好导致的,只能手动执行了,等大神指导~。
Reply
Like 0
View the author
sunseto
deepin
2014-04-27 23:18
#4
在ide换个终端不行吗,比如xterm之类的
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
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
lsyncd - a daemon to continuously synchronize remote directory trees
Popular Events
More
编译,运行啥的都能通过,就是执行后弹出一个深度终端啥也不显示。
有没有大神教教怎么配置c++开发环境 :shock: