Click here to Skip to main content
15,893,381 members
Articles / Programming Languages / C#

Ten Pin Bowling Calculator

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
8 Aug 2009CPOL20 min read 63.8K   1.3K   14  
Simple ten-pin bowling calculator to calculate the scores of the game

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinBowling", "WinBowling\WinBowling.csproj", "{F017385B-EEF4-405C-846F-C947E8C3CF9F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F017385B-EEF4-405C-846F-C947E8C3CF9F}.Debug|Any CPU.ActiveCfg = Release|Any CPU
		{F017385B-EEF4-405C-846F-C947E8C3CF9F}.Debug|Any CPU.Build.0 = Release|Any CPU
		{F017385B-EEF4-405C-846F-C947E8C3CF9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F017385B-EEF4-405C-846F-C947E8C3CF9F}.Release|Any CPU.Build.0 = Release|Any CPU
	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 (Senior)
Ireland Ireland
B.Sc. in Information Systems.
Languages: C, Assembly 80x86, VB6, Databases, .NET, Linux, Win32 API.

Short Note:
Having worked with IT systems spanning over 14 years, he still can remember writing a TSR to trap the three-finger salute in the old days of DOS with Turbo C. Smile | :) Having worked or hacked with AS/400 system while in his college days, graduating to working with Cobol on IBM MVS/360, to RS/6000 AIX/C. He can remember obtaining OS/2 version 2 and installing it on an antique 80386. Boy it ran but crawled! Smile | :) Keen to dabble in new technologies. A self-taught programmer, he is keen to relinquish and acquire new bits and bytes, but craves for the dinosaur days when programmers were ultimately in control over the humble DOS and hacking it!! Smile | :)

Comments and Discussions