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