0

Can anyone tell me how to use google search engine in our software ??

I want to make a program in c++ which will ask for date,month and year and in output it will show day on that date and sunrise and sunset timing. I+- have already made program for day but for timing I have to take help from google and that i don't know how to use google for this situation. Please tell me.

28th Feb 2018, 1:29 PM
Nitish Mishra
Nitish Mishra - avatar
1 Resposta
+ 2
Google provides an API for you to incorporate a custom search tool in your applications. I do not know how many requests you can make or if there is an extra charge, but the Google APIs are usually well documented, so here you can solve those types of questions: https://developers.google.com/custom-search/
28th Feb 2018, 7:45 PM
Mickel
Mickel - avatar