English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I wrote a program in VC++, that takes letters and tries to find words in them. Is there some dictionary DLL or something that I could use to see if the letters are a real word?
Example: the letters are AMSBETR, and I want 3 letter words. I send the letters "AMB" to this magic dictionary call and it returns a yes or no answer (yes a word, or no not a word).

I know other word processing programs and such use dictionaries. Did they all just "re-invent the wheel" or is it something already on a computer that they can acess??

2006-09-08 03:13:23 · 1 answers · asked by justme 7 in Computers & Internet Programming & Design

OK, any kind of dictionary lookup I can use with VC++. Doesnt have to be a DLL.

2006-09-08 04:41:22 · update #1

1 answers

This sw will allow you to build a dictionary call routine.

2006-09-09 02:47:59 · answer #1 · answered by Answers1 6 · 0 0

fedest.com, questions and answers