linux C 编程
用gcc编译好了程序,怎么看不见?是不是在源文件目录下?还是在其他地方?[root@tice~]#find-namehello-print./hellohello.c目录...
用gcc编译好了程序,怎么看不见?
是不是在源文件目录下?还是在其他地方?
[root@tice ~]# find -name hello -print
./hello
hello.c目录下没有 展开
是不是在源文件目录下?还是在其他地方?
[root@tice ~]# find -name hello -print
./hello
hello.c目录下没有 展开
3个回答
展开全部
一:比如 你的 c 程序是 hello.c
二: 编译 gcc hello.c -o hello
那么编译之后的文件就是hello ,hello.c 在哪里,hello就在哪里
三: 运行
./hello
四: 如果找不到 可以用 find ./ -name hello -print
看看
那你用这个查找 find / -name hello -print
二: 编译 gcc hello.c -o hello
那么编译之后的文件就是hello ,hello.c 在哪里,hello就在哪里
三: 运行
./hello
四: 如果找不到 可以用 find ./ -name hello -print
看看
那你用这个查找 find / -name hello -print
参考资料: http://blog.csdn.net/longxibendi
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询