Re: Accessing web with a C program
- From: Christopher Benson-Manica <ataru@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Feb 2007 20:40:54 +0000 (UTC)
Lew Pitcher <lpitcher@xxxxxxxxxxxx> wrote:
You /should/ be able to
FILE *web = fopen("http://google.com/","r");
and have a valid read connection to the named web page.
Should? I'm curious, what argues for this behavior? I certainly
wouldn't expect it from fopen() regardless of whether it was commonly
implemented or not.
--
C. Benson Manica | I *should* know what I'm talking about - if I
cbmanica(at)gmail.com | don't, I need to know. Flames welcome.
.
- Follow-Ups:
- Re: Accessing web with a C program
- From: Lew Pitcher
- Re: Accessing web with a C program
- From: Mark McIntyre
- Re: Accessing web with a C program
- From: Flash Gordon
- Re: Accessing web with a C program
- References:
- Accessing web with a C program
- From: Neo
- Re: Accessing web with a C program
- From: Lew Pitcher
- Accessing web with a C program
- Prev by Date: Re: Accessing web with a C program
- Next by Date: Re: Bit shifting versus architecture question.
- Previous by thread: Re: Accessing web with a C program
- Next by thread: Re: Accessing web with a C program
- Index(es):
Relevant Pages
|