 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Curious Guest
|
Posted: Mon Aug 30, 2004 1:23 pm Post subject: Simple sample code required |
|
|
Hi List,
Obviously my google-fu is very weak and I can't find a simple sample
code for C++ that allows me to simply download the source of a
specified web page.
I'm looking at downloading the source from one web page, parsing that
source and repassing it to a second webpage.
The parsing side of things I hope I can handle myself, however for the
get/put bits I'm a little lost.
So can anyone recommend a good URL for the sample code, or if its not
too much of a problem, provide a copy here?
Many thanks in advance
Dean
|
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Mon Aug 30, 2004 2:19 pm Post subject: Re: Simple sample code required |
|
|
Curious wrote:
| Quote: | Obviously my google-fu is very weak and I can't find a simple sample
code for C++ that allows me to simply download the source of a
specified web page.
|
There can be no such thing. C++ does not have any networking built in,
so you'd have to use OS-specific means anyway. Yes, the program would
be written in C++, but the functionality cannot be expressed using
only Standard C++ terms. That makes web access off-topic here.
| Quote: | [...]
So can anyone recommend a good URL for the sample code, or if its not
too much of a problem, provide a copy here?
|
Ask in one of comp.infosystems.[url]www.*[/url] newsgroups on in a newsgroup for
your OS/platform.
V
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|