Click here to Skip to main content
15,896,201 members
Articles / Desktop Programming / Windows Forms

A Simulation of a Canadian F-86 Fighter Jet in Windows Forms using Visual C++ 2005

Rate me:
Please Sign up or sign in to vote.
4.00/5 (9 votes)
29 May 2010CPOL2 min read 40.4K   1.6K   17  
A Simulation of a Canadian F-86 fighter jet in Windows Forms using Visual C++ 2005

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gaugeSim", "gaugeSim\gaugeSim.vcproj", "{8B59B8F5-D045-4F28-97E2-63173EE5A2B7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8B59B8F5-D045-4F28-97E2-63173EE5A2B7}.Debug|Win32.ActiveCfg = Debug|Win32
		{8B59B8F5-D045-4F28-97E2-63173EE5A2B7}.Debug|Win32.Build.0 = Debug|Win32
		{8B59B8F5-D045-4F28-97E2-63173EE5A2B7}.Release|Win32.ActiveCfg = Release|Win32
		{8B59B8F5-D045-4F28-97E2-63173EE5A2B7}.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
Sweden Sweden
About me:
I attended programming college and I have a degree in three most famous and successful programming languages. C/C++, Visual Basic and Java. So i know i can code. And there is a diploma hanging on my wall to prove it.
.
I am a professional, I am paid tons of cash to teach or do software development. I am roughly 30 years old .

I hold lectures in programming. I have also coached students in C++, Java and Visual basic.

In my spare time i do enjoy developing computer games, and i am developing a rather simple flight simulator game
in the c++ programming language using the openGL graphics libray.

I've written hundreds of thousands of code syntax lines for small simple applications and games.

Comments and Discussions