01-23-04 10:17 PM
In article <5nUqb.2817$XDB.997@news01.bloor.is.net.cable.rogers.com>,
James Chen <chenzhijian@hotmail.com> wrote:quote:
>If you are working on Unix now, you can look up the function by using
>"grep".
Huh? Don't you mean "man"? Grep is used for searching for a string in a
text file.
quote:
>As I remember, there is a similar C function. You can call it in your C++
>application.
I've never heard of such a function being a standard, or even common, part
of Unix. You can use system() or popen() to run the "whois" shell command,
but that's it.
If there's a functional interface, it's in a third-party library.
quote:
>"Etno" <m@i.com> wrote in message
>news:VSGqb.15426$1N3.7638@twister.nyroc.rr.com...
>datastructure
>
>
--
Barry Margolin, barry.margolin@level3.com
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the gro
up.
[ Post a follow-up to this message ]
|