Does anyone know of a dictionary API for C++ that allows me to search for a word and get back the definition?
(I don’t mind if it is an online API and I have to use JSON or XML to parse it)
Edit: Sorry, I meant a dictionary as in definitions for words. Not a C++ Map. Sorry for confusion.
You can use aonaware APIs. (http://services.aonaware.com/DictService/DictService.asmx). I dont know the cost though.