Re: read http://test.html from within C++
From: Julie (julie_at_aol.com)
Date: 03/13/04
- Next message: Claudio Puviani: "Re: How did C++ beat the competition?"
- Previous message: Ivan Vecerina: "Re: compilator c/c++"
- In reply to: Peter Frankoni: "read http://test.html from within C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 13 Mar 2004 09:24:54 -0800
Peter Frankoni wrote:
>
> Hello,
> How can one access a webpage: enter and retrieve data
> from a website, say for instance the yahoo
> finance website, the stock price for a particular stock index,
> which needs to get entered into a webform?
>
> I imagine there is a class for accessing the internet
> through C++ and then a class to enter data into webforms
> and read from the output of such webform.
>
> Does anyone know?
> I have googled and searched in books but haven't found anything.
> If someone could point me to a book that would be great too.
>
> Kind regards,
> PF
Try .Net and C# or Managed C++ newsgroups -- there is support for that in the
.Net framework, and you will get a much better quality of response there than
here.
microsoft.public.dotnet.languages.csharp
microsoft.public.dotnet.languages.vc
- Next message: Claudio Puviani: "Re: How did C++ beat the competition?"
- Previous message: Ivan Vecerina: "Re: compilator c/c++"
- In reply to: Peter Frankoni: "read http://test.html from within C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|