Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Now for a work project (C++) I need to get the spelling suggestions and search results of Google.

I'm sure there is some API and/or library to do it efficiently, but sadly my attempts to find a way to Google from C++ were not exactly successful so far.

Anyone can suggest me where to start or throw in a useful link?
Thanks in advance
Posted
Comments
Sergey Alexandrovich Kryukov 20-Feb-13 14:27pm    
Did you try anything so far?
—SA

You could find a number of opportunities. Look at the the spell checker used in LibreOffice, OpenOffice.org, Mozilla Gecko… Please see:
http://www.openoffice.org/lingucomponent/index.html[^],
http://hunspell.sourceforge.net/[^].

If you want, why not searching for more? http://bit.ly/YAS8SV[^].

—SA
 
Share this answer
 
Google searches can be done simply by sending HTTP requests to Google...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900