Skip to content

chrismacias37/Cpp-Bing-Search

Repository files navigation

Cpp_bing

C++ library to search the web using Bing Cognitive Services. This library uses libcurl to retrieve web results, and cjson to parse the search result. cjson is included as part of this repository but curl is not and must be linked in as part of this library.

#Requierments

  1. A azure Cognitive Service key.
  1. Libcurl
  • All network interaction is handled by this library
  • You must download and link this to your project from the libCurl repository.
  1. LibcJson

About

C library to search the web using Bing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published