Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C

Parse date time string with spirit

Rate me:
Please Sign up or sign in to vote.
2.00/5 (5 votes)
19 Mar 2008CPOL 28.2K   128   7  
A sample show how to parse date with boost spirit framework
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testspirit", "testspirit.vcproj", "{E67EE798-7723-4A27-919A-FC6BC018485B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E67EE798-7723-4A27-919A-FC6BC018485B}.Debug.ActiveCfg = Debug|Win32
		{E67EE798-7723-4A27-919A-FC6BC018485B}.Debug.Build.0 = Debug|Win32
		{E67EE798-7723-4A27-919A-FC6BC018485B}.Release.ActiveCfg = Release|Win32
		{E67EE798-7723-4A27-919A-FC6BC018485B}.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 Code Project Open License (CPOL)


Written By
Software Developer (Senior)
China China
Programmer live in china.
Interesting with knowledge management.

My home page: http://herosys.net

Comments and Discussions