avatar
j*t
1
机子上的C++刚由4.2换成5.0. 用CC myfile.c 生成的 a.out怎么不能运行?
输入a.out然后Enter,
显示"command not found". 可是明明看到a.out在那里呀.
thanks
avatar
d*e
2
./a.out?
have you set . in $path?

【在 j**t 的大作中提到】
: 机子上的C++刚由4.2换成5.0. 用CC myfile.c 生成的 a.out怎么不能运行?
: 输入a.out然后Enter,
: 显示"command not found". 可是明明看到a.out在那里呀.
: thanks

avatar
j*t
3
haha,./a.out果然就行了.多谢!
这是怎么回事? 我什么参数都没改呀?

【在 d******e 的大作中提到】
: ./a.out?
: have you set . in $path?

avatar
d*e
4
if you want to execute any thing in the current directory
remember add this in your .cshrc
set path=(. $path)
coz by default shell will not search . to exec the file
you must give the path ./ to shell to execute it..

【在 j**t 的大作中提到】
: haha,./a.out果然就行了.多谢!
: 这是怎么回事? 我什么参数都没改呀?

avatar
j*t
5
可我以前用C++4.2生成的*.out怎么就可以呢?

【在 d******e 的大作中提到】
: if you want to execute any thing in the current directory
: remember add this in your .cshrc
: set path=(. $path)
: coz by default shell will not search . to exec the file
: you must give the path ./ to shell to execute it..

avatar
d*e
6
这我就不清楚了,不过什么是C++ 4.3
Sun 上面的吗?

【在 j**t 的大作中提到】
: 可我以前用C++4.2生成的*.out怎么就可以呢?
avatar
j*t
7
yes, 是Sun上面的.
C++4.2就是:
CC -V, Enter,显示:
CC: WorkShop Compilers 4.2 30 Oct 1996 C++ 4.2

【在 d******e 的大作中提到】
: 这我就不清楚了,不过什么是C++ 4.3
: Sun 上面的吗?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。