Click to See Complete Forum and Search --> : internet


moshe2
March 28th, 2006, 01:54 PM
im a beginner.
could somebody tell me how (and if) can i create a (simple??) program (using c++ non visual) that can search an inputed string in google's internet search page?

(obviously the computer will be connected at the time to the internet..)

thanks.!!!

DragForce
March 28th, 2006, 04:23 PM
Here (http://curl.haxx.se/libcurl/)

blueday54555
March 29th, 2006, 12:17 AM
check-out
http://www.codeguru.com/forum/showthread.php?t=366728&

moshe2
March 30th, 2006, 05:01 AM
can you publish a code for that google search (and saving the result of page 1 in string array)? i dint understand what was written in all the other sites..

blueday54555
March 30th, 2006, 07:36 AM
Here is a nice example how to use the api
http://www.cs.fsu.edu/~engelen/googleapi.html

moshe2
March 31st, 2006, 08:22 AM
Step 2: Generate the SOAP Stub Routines with the gSOAP Compiler
Before you can compile and run your program, you need to generate C/C++ sources using our SOAP stub compiler. The generated sources take care of the SOAP serialization and deserialization of the data required to access the Google API service which makes programming a SOAP C/C++ application a breeze.
The input to our SOAP stub compiler is a specification of the names of the SOAP methods and the data structures given as C/C++ declarations. Click here to get the header file specification based on the Google Web API WSDL. Save this file as googleapi.h.

Use the gSOAP compiler to process the header file:

soapcpp2 -c googleapi.h
Visit the download page to obtain the gSOAP packages with the compiler.



This was the page's instructuions, but i cant seem to compile the googleapi.h with that gSOAP compiler........ what command should i type in the gSOAP?
"soapcpp2 -c googleapi.h" ???????