Click here to Skip to main content
15,886,362 members
Articles / Programming Languages / C++

Personal Finance Application

Rate me:
Please Sign up or sign in to vote.
4.38/5 (11 votes)
10 Jan 2007CPOL4 min read 87.9K   7.9K   69  
Utility to keep track of personal finances

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CashM", "CashM\CashM.vcproj", "{CCBCD17C-BE2E-41BA-A409-D15678E7CD86}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLite", "SQLite\SQLite.vcproj", "{407DB22C-E15F-474D-9BC4-8474CADF5F71}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CCBCD17C-BE2E-41BA-A409-D15678E7CD86}.Debug|Win32.ActiveCfg = Debug|Win32
		{CCBCD17C-BE2E-41BA-A409-D15678E7CD86}.Debug|Win32.Build.0 = Debug|Win32
		{CCBCD17C-BE2E-41BA-A409-D15678E7CD86}.Release|Win32.ActiveCfg = Release|Win32
		{CCBCD17C-BE2E-41BA-A409-D15678E7CD86}.Release|Win32.Build.0 = Release|Win32
		{407DB22C-E15F-474D-9BC4-8474CADF5F71}.Debug|Win32.ActiveCfg = Debug|Win32
		{407DB22C-E15F-474D-9BC4-8474CADF5F71}.Debug|Win32.Build.0 = Debug|Win32
		{407DB22C-E15F-474D-9BC4-8474CADF5F71}.Release|Win32.ActiveCfg = Release|Win32
		{407DB22C-E15F-474D-9BC4-8474CADF5F71}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Argentina Argentina
System developer from Argentina.

Programmed in VB 5,6,.NET, C#, Java, PL-SQL, Transac-SQL, C, C++ and even some "calculator" language.

Love to build small, useful applications.
Usually building big and complicated apps based on solid, reliable components.

Hobbies: reading, photography, chess, paddle, running.

Comments and Discussions