Google API's
-
Hi All, How does one get the page rank of a certain URL using VC++ (.NET2003). Does there exists some API that could be used to do so? I have already googled for the same but all was in vain. Thanks, Before Hand.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Hi All, How does one get the page rank of a certain URL using VC++ (.NET2003). Does there exists some API that could be used to do so? I have already googled for the same but all was in vain. Thanks, Before Hand.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
Does google offer a C++ SDK ? I don't know, perhaps you need to check with them ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Does google offer a C++ SDK ? I don't know, perhaps you need to check with them ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Christian Graus wrote:
Does google offer a C++ SDK ?
Most probably No. Once I searched for it but couldn't find any.
--[:jig:]-- [My Current Status] Link2006 wrote:Let's take it outside of CP Jeremy : Please don't.I would love to see this.I'm making the popcorn already.
-
Does google offer a C++ SDK ? I don't know, perhaps you need to check with them ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Thanks for your reply Christian Graus
Christian Graus wrote:
Does google offer a C++ SDK
I have been searching for the same for quite a few days now but couldn't find any. Can you suggest some other idea for calculating the Page Rank. Thanks...
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Thanks for your reply Christian Graus
Christian Graus wrote:
Does google offer a C++ SDK
I have been searching for the same for quite a few days now but couldn't find any. Can you suggest some other idea for calculating the Page Rank. Thanks...
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
No - that's kind of my point. If there is no C++ SDK you can call, then I don't see how you expect to get this info out of google ( which is where it lives, after all )
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Hi All, How does one get the page rank of a certain URL using VC++ (.NET2003). Does there exists some API that could be used to do so? I have already googled for the same but all was in vain. Thanks, Before Hand.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
This page[^] describes how a (shudder) VB program can talk with google's web services - if VB can do it, then there's no reason you couldn't do it in C++ too
-- Help me! I'm turning into a grapefruit! Buzzwords!
-
Hi All, How does one get the page rank of a certain URL using VC++ (.NET2003). Does there exists some API that could be used to do so? I have already googled for the same but all was in vain. Thanks, Before Hand.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
Looks like its planned but not yet complete http://code.google.com/apis/ajaxsearch/issues/1987322.html[^] Google public API's Google APIs[^]
I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:
-
Hi All, How does one get the page rank of a certain URL using VC++ (.NET2003). Does there exists some API that could be used to do so? I have already googled for the same but all was in vain. Thanks, Before Hand.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
Did you see http://code.google.com/[^] and http://code.google.com/organizations.html[^] and http://www.cs.fsu.edu/~engelen/googleapi.html[^]
WhiteSky