Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C++

Debugger support for CRC hash values

Rate me:
Please Sign up or sign in to vote.
4.36/5 (6 votes)
4 Mar 2007MIT10 min read 52.7K   421   17  
Using Expression Evaluator to convert a CRC hash value to a string in the debugger.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CRCTest", "CRCTest.vcproj", "{098A1B31-2D5D-40F7-B308-4B2BD69FEA47}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{098A1B31-2D5D-40F7-B308-4B2BD69FEA47}.Debug.ActiveCfg = Debug|Win32
		{098A1B31-2D5D-40F7-B308-4B2BD69FEA47}.Debug.Build.0 = Debug|Win32
		{098A1B31-2D5D-40F7-B308-4B2BD69FEA47}.Release.ActiveCfg = Release|Win32
		{098A1B31-2D5D-40F7-B308-4B2BD69FEA47}.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, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
United States United States
Ivo started programming in 1985 on an Apple ][ clone. He graduated from Sofia University, Bulgaria with a MSCS degree. Ivo has been working as a professional programmer for over 12 years, and as a professional game programmer for over 10. He is currently employed in Pandemic Studios, a video game company in Los Angeles, California.

Comments and Discussions