C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

C Programming Tutorial - Start Here

Learn C Programming

By David Bolton, About.com

Welcome to About.com's free tutorials on C programming. This tutorial features a series of lessons designed to teach you the basics of C programming. We're still writing these but new ones will appear from time to time.

If you are completely new to programming read these articles to give you an idea what is involved.

There is a fair amount of material to learn in C but take it one step at a time and you'll get there. Plus you can ask on the forums or email me if you get stuck. Don't feel overwhelmed.

If you haven't done so, please check out the requirements before you start this tutorial. You will need a C compiler and we recommend the Open Watcom compiler. Instructions for obtaining that and installing it are here.

If you are unfamiliar with compilers read about compilers and interpreters.

C Tutorial

First Encounters. These cover compiling your first program and getting familiar with manipulating numbers and getting into the nitty gritty of arrays and chars, expressions, control statements and functions.

Basic Lessons

Compile your first C Program.
Handling Numbers.
Chars and Arrays.
Expressions.
Control Statements
Functions.
Introduction to Pointers All About String and Text Handling.

Advanced Lessons These cover the more advanced aspects of programming in C. Make sure you are comfortable with the basic lessons before attempting these.

Advanced Pointers - Linked Lists and Function Pointers.

Low Level Operations. Use of binary and, or and xor and unions.
Programming random access files in C.

You could also take a look at the [link url=http://cplus.about.com/od/starttrekconversion/Star_Trek_Game_Conversion.htm]Projects area where there is a game I've written in C ( a conversion from a basic game). Alternatively, there are plenty of examples of open source free software in the C Code library.

Explore C / C++ / C#

About.com Special Features

C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#
  4. C
  5. C Tutorials
  6. A Tutorial to Teach You How to Program in C

©2009 About.com, a part of The New York Times Company.

All rights reserved.