Introduction to C Programming

Series Overview

by Marshall Brain , brain@iftech.com

Interface Technologies, Inc.
(800) 224-4965, http://www.iftech.com, support@iftech.com
© Copyright 1995 by Marshall Brain. All rights reserved.
Version 2.01, 5/27/95

While you are visiting these tutorials, please make a link to us in your pages where appropriate!
Special Announcement:
Interface Technologies is pleased to announce the publication of its new book on Visual C++ programming. This huge book is a unique and definitive source of Visual C++ programming information for developers at any skill level. For more information on this book, please click here.


This series contains a set of tutorials that help you to learn about the C programming language. These tutorials start with the assumption that you know a procedural language like Pascal or Fortran already, and simply want to map that knowledge to C. The following is an index of the material presented in this series:
Introduction
A simple program
Branching and looping
Arrays
C Details
Functions
C Libraries and makefiles
Text files
Introduction to pointers in C
Using pointers for parameters
Using pointers for dynamic data structures
Using pointers with arrays
Strings in C
Operator precedence
Command line parameters
Binary files
These tutorials are excerpted from the book "Motif Programming: The Essentials and More" , by Marshall Brain.