This is the fourth video (in two parts) in the C Programming series. This particular series when finished will take the viewer from basic C all the way to creating simple games in C on the GameBoy Advance platform. While not a current platform it does give a really great introduction in to handheld game production.
This video discusses a couple of very important concepts in C. First simple If conditinals are reviewed. Then the Else and Else If statements are introduced to make long, complex conditionals. The logic of if conditionals is than expanded so that AND and OR conditionals can be created.
This is the third video (in two parts) in the C Programming series. This particular series when finished will take the viewer from basic C all the way to creating simple games in C on the GameBoy Advance platform. While not a current platform it does give a really great introduction in to handheld game [...]
This C Programming Tutorial will guide you through using variables in the C Programming language. Declaring variables, initializing variables and outputting variables with the printf function are covered.
In this first C programming tutorial in the series, host Mark Lassoff from LearnToProgram.TV will show you how to set up your C Programming environment and write, compile and run your first C program.