Home » Archive

Articles in the C and C++ Category

C and C++, Headline »

[1 Dec 2009 | No Comment | 1,397 views]
C Tutorial- Tutorial 4: Conditionals- If, Else, Else IF

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.

C and C++, Headline »

[28 Aug 2009 | No Comment | 726 views]
C Tutorial- Tutorial 3:  Char Data, Strings and User Input

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 production.
This video discusses a couple of very important concepts in C. First the char data type is discussed. The video then demonstrates two ways to obtain user input in console applications. …

C and C++ »

[10 May 2009 | No Comment | 1,585 views]
C Tutorial- Tutorial 2:  Variables in C

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.

C and C++ »

[25 Mar 2009 | One Comment | 929 views]
C Tutorial 1: Revisited- Corrected Audio and in HD!

This simple tutorial shows you how to write and compile your first C program.

C and C++ »

[18 Feb 2009 | No Comment | 777 views]
C Tutorial-  Tutorial 1

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.