Click here to Skip to main content
15,886,689 members
Articles / Desktop Programming / MFC

A Lightning Fast DLL for Word Game Writers, Complete With the Dictionary Files

Rate me:
Please Sign up or sign in to vote.
3.08/5 (9 votes)
7 Aug 20046 min read 54.4K   1.5K   23  
This DLL and the test MFC application supplied demonstrates how efficiently large number of words can be dealt with lightning fast - for wild card matching and checking existence. This DLL is just the all-in-one tool that a word game writer needs - one who needs a very fast dictionary facility.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by TestMFC.rc
//
#define IDCANCEL2                       3
#define IDC_BUTTON_XPORT_DICS           3
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TESTMFC_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDC_BUTTON_TEST                 1000
#define IDC_STATIC_BETA                 1002
#define IDC_EDIT_WORD                   1003
#define IDC_BUTTON_CHECK_EXISTS         1004

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Yahoo! Inc
United States United States
Koushik is an Architect who also manages a team of developers and architects at Yahoo Cloud Organization, including Media Content Serving and Storage. An Electronics Engineer from Jadavpur University, he has been a consultant throughout most of his career. Apart from spending time with work and projects, he loves playing cricket, listening to old songs, watching science fiction movies, camping and fishing, all kinds of food, sea beaches and his gas grill.

Comments and Discussions