Home » Archive

Articles tagged with: Learn C

C and C++, Headline »

[28 Aug 2009 | No Comment | 723 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++ »

[18 Feb 2009 | No Comment | 774 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.