Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > html in c++

Reply
Thread Tools

html in c++

 
 
jupiter
Guest
Posts: n/a
 
      01-01-2007
hi friends,

I am anil. I have begining level experience of c++ so I need ur advice.
I have a problem for all think tanks in the group. what i want is

1. Access a web page (html) say ebay's page for particular item (I need
to access different pages for several items approx. 1500)
2. Save that page in comp memory or on disk for processing
3. I am not sure if I can process that html in c++ or need to convert
to txt first
4. Extract specific information with date time n store them on disk for
further processing
5. I need to repeat above process for 1500 items with no time gap
(means i want to check web page again within seconds to check any
update n capture that update)
6. I need further calculation on that data stored from above process
7. First priority is data accuracy
8. Second is minimum time gap

things i stated above is possible with c++ or vb ?

thanx n regards

@nil

 
Reply With Quote
 
 
 
 
Phlip
Guest
Posts: n/a
 
      01-01-2007
jupiter wrote:

> I am anil. I have begining level experience of c++ so I need ur advice.
> I have a problem for all think tanks in the group. what i want is
>
> 1. Access a web page (html) say ebay's page for particular item (I need
> to access different pages for several items approx. 1500)


Use HttpUnit in Java, Curl in Curl, Mechanize in Perl, NET::HTTP in Ruby, or
Watir in Ruby.

> 2. Save that page in comp memory or on disk for processing
> 3. I am not sure if I can process that html in c++ or need to convert
> to txt first


HTML _is_ text. But you could use Lynx to -dump out text...

> 4. Extract specific information with date time n store them on disk for
> further processing
> 5. I need to repeat above process for 1500 items with no time gap
> (means i want to check web page again within seconds to check any
> update n capture that update)
> 6. I need further calculation on that data stored from above process
> 7. First priority is data accuracy
> 8. Second is minimum time gap


In general, you are asking how to hack Ebay. This is a well-researched area,
and there might even be open source software out there to do it.

None of that software needs to be written in C++. This language is for
writing new systems, not tuning and driving existing systems. Get a softer
language.

> things i stated above is possible with c++ or vb ?


VB will actually make you suffer more trying to do that.

--
Phlip
http://www.greencheese.us/ZeekLand <-- NOT a blog!!!


 
Reply With Quote
 
 
 
 
jupiter
Guest
Posts: n/a
 
      01-02-2007

Phlip wrote:
> jupiter wrote:
>
> > I am anil. I have begining level experience of c++ so I need ur advice.
> > I have a problem for all think tanks in the group. what i want is
> >
> > 1. Access a web page (html) say ebay's page for particular item (I need
> > to access different pages for several items approx. 1500)

>
> Use HttpUnit in Java, Curl in Curl, Mechanize in Perl, NET::HTTP in Ruby, or
> Watir in Ruby.
>
> > 2. Save that page in comp memory or on disk for processing
> > 3. I am not sure if I can process that html in c++ or need to convert
> > to txt first

>
> HTML _is_ text. But you could use Lynx to -dump out text...
>
> > 4. Extract specific information with date time n store them on disk for
> > further processing
> > 5. I need to repeat above process for 1500 items with no time gap
> > (means i want to check web page again within seconds to check any
> > update n capture that update)
> > 6. I need further calculation on that data stored from above process
> > 7. First priority is data accuracy
> > 8. Second is minimum time gap

>
> In general, you are asking how to hack Ebay. This is a well-researched area,
> and there might even be open source software out there to do it.
>
> None of that software needs to be written in C++. This language is for
> writing new systems, not tuning and driving existing systems. Get a softer
> language.
>
> > things i stated above is possible with c++ or vb ?

>
> VB will actually make you suffer more trying to do that.
>
> --
> Phlip
> http://www.greencheese.us/ZeekLand <-- NOT a blog!!!



Hi

Thanx for quick n easy reply.

I just gave example of ebay but its not ebay!!!!!!

What I have in my mind is I want to extract some(sssshhhhh secret )
information from web pages n then distribute that data to people who
may subscribe to my service altho' about the data I am talking there
are some data vendor but its not organize so far so I can catch early
move to set myself there. problems ahead me is I am not ready to spend
big amount I can make moderate investments second is I cant spend full
time as I am working but if i be successful we are talking big with
moderate investment. would you like to help me with ur knowledge if u
have spare time we can form business relationship as well.

If you agree contact me at or 919910998008 n we
can discuss further

thanx

@nil
Mobile # 919910998008


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
firefox html, my downloaded html and firebug html different? Adam Akhtar Ruby 9 08-16-2008 07:55 PM
How do I identify word<html><html>other word? Laura Perl 1 06-04-2004 11:32 PM
how to redirect to a frames-based html page and load the right html when coming from an ASP.NET page Mark Kamoski ASP .Net 2 08-13-2003 05:51 AM
how to redirect to a frames-based html page and load the right html when coming from an ASP.NET page Mark Kamoski ASP .Net 1 08-13-2003 05:51 AM
How to use HTML::Parser to remove HTML tags and print result Mitchua Perl 1 07-15-2003 02:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57