Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using online dictinonary in code

Status
Not open for further replies.

jimberger

Programmer
Joined
Jul 5, 2001
Messages
222
Location
GB
Hello,

Does anyone know how I would go about using a dictionary in my program. I want to search the dictionary in my c++ program to find a word a retrieve the description?

Thanks

Jim
 
How you do this depends on the format that your dictionary is stored in. First, you'll need a dictionary. Check this out:


Also, this is the C forum. Since you plan to do this in C++, you should post to one of the C++ forums.
Russ
bobbitts@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top