Click here to Skip to main content
15,892,005 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.5K   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.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestMFC", "TestMFC.vcproj", "{FB24883B-F2E2-45DD-886C-11E51542EFDB}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{FB24883B-F2E2-45DD-886C-11E51542EFDB}.Debug.ActiveCfg = Debug|Win32
		{FB24883B-F2E2-45DD-886C-11E51542EFDB}.Debug.Build.0 = Debug|Win32
		{FB24883B-F2E2-45DD-886C-11E51542EFDB}.Release.ActiveCfg = Release|Win32
		{FB24883B-F2E2-45DD-886C-11E51542EFDB}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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