Welcome to The Tutorials. I am assembling this collection of programming tutorials so that anyone who wants to learn may learn at their own pace etc. I'm hoping that anyone, even complete beginners, will be able to learn. This site will prove very difficult for me to create, especially to start... here goes!
ReadMe
If you don't know anything about computers, it's a good idea to read the Background section. You can learn some of the basic concepts surrounding computers, helping you to understand some important things in programming.
If you have a bit of experience with computers, and are pretty good with using them, but don't know the first thing how the software is written, visit the Intro to Programming section. You can learn some nifty concepts which will help you there.
Go straight to the Programming section to begin learning C++. You should be experienced with computers.
The Game Programming section will begin teaching you how to make real games. You need to know and be familiar with C++.
The Win32 Programming section will teach you how to make Windows programs, which you should know before moving on to DirectX.
The DirectX section will introduce you to DirectDraw, and Direct3D.
The Art section will discuss how to make art for your games.
The Library is a small repository of useful code snippets for use in various programs.