由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] where is the 'iostream' file ?
相关主题
大虾看看Re: [转载] 请问:装了GCC以后
how to contral tar-ed file size?a "chdir" problem in C program
HOw to find files hardlinked to a same inode?group permission
an AWK question?怎样用mail把某一文本文件发送给一个email地址?
问:direct files to trash but list file nameswhat is the problem? what can I do?
where is the passwd file storedHELP.
my script Re: how would you do this?What's the quickest way to change various filenames with same format under unix?
[转载] how to kill a program in a batch file?Re: What's the quickest way to change various filenames with same form
相关话题的讨论汇总
话题: iostream话题: file话题: where话题: include话题: usr
进入Unix版参与讨论
1 (共1页)
e***e
发帖数: 38
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
in the c++ head we can use
#include
can anyone tell me where the 'iostream' file is if there is such a file? I can
not find it in /usr/include
a*******s
发帖数: 324
2
you can find it at usr/local/lib/g++-include.
Actually, if you don't remember the place where the file is kept,
find pathname -name "filename" -print
For this case,
find /usr -name "iostream.h" -print

can

【在 e***e 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 exihe 所发表 】
: in the c++ head we can use
: #include
: can anyone tell me where the 'iostream' file is if there is such a file? I can
: not find it in /usr/include

1 (共1页)
进入Unix版参与讨论
相关主题
Re: What's the quickest way to change various filenames with same form问:direct files to trash but list file names
what's wrong with gcc?where is the passwd file stored
如何用mail命令发送代附件的信my script Re: how would you do this?
How to delete such file?[转载] how to kill a program in a batch file?
大虾看看Re: [转载] 请问:装了GCC以后
how to contral tar-ed file size?a "chdir" problem in C program
HOw to find files hardlinked to a same inode?group permission
an AWK question?怎样用mail把某一文本文件发送给一个email地址?
相关话题的讨论汇总
话题: iostream话题: file话题: where话题: include话题: usr