  |
Drexel University C Tutorial - http://www.physics.drexel.edu/students/courses/Comp_Phys/General/C_basics/index.html
A beginner level tutorial for C that aims at getting a reader new to C started as quickly as possible. |
  |
Object Oriented Programming in C - http://www.accu.informika.ru/acornsig/public/articles/oop_c.html
Paul Field's paper, published in C Vu 4:1 (November 1991), on how to use an object-like discipline with a procedural language. |
  |
C Programming Notes - http://www.eskimo.com/~scs/cclass/notes/top.html
Covers the basics of input/output, string functions and explanations of basic data types and operators. |
  |
How Stuff Works: C Programming Language - http://www.howstuffworks.com/c.htm
Complete, thoroughly-illustrated C programming language tutorial with many examples to assist in becoming a C programmer. |
  |
Code Teacher - http://www.codeteacher.com/category.php?ID=2
Large collection of links to C/C++ tutorials on the web. |
  |
C for C++ Programmers - http://people.cs.uchicago.edu/~iancooke/osstuff/ccc.html
By Ian Cooke. Highlights the differences with C++ including comments, input/output, memory allocation, variable declarations, constants, structures, booleans, libraries and suggested reading. |
  |
A Little C Primer - http://www.vectorsite.net/tscpp.html
Quick introduction, written by a novice, intended for use by novices, but assumes familiarity with a programming language. By Greg Goebel. Public domain. |
  |
The Ground Cero Guide to C - http://www.aasted.org/GC/c-tut.php
Attempts to introduce absolute beginners to C. |
  |
FriedSpace C Programming Tutorial - http://friedspace.com/CProg.html
Series of detailed tutorials for beginners in C, based around real world programming examples. Keyed to Pelles C. |
  |
Static and Dynamic Allocation of Multi-Dimensional Arrays - http://www.hermetic.ch/cfunlib/arrays/arrays.htm
A discussion of how static and dynamic multidimensional arrays are allocated in C. |
  |
A Programming Tutorial in C - http://members.shaw.ca/ipatters/
A web site to teach the basics of the C programming language as defined by ANSI/ISO. (C99) |
  |
Ramu's Home Page - http://www.geocities.com/rk_gaddipati/cp/questions.html
Questions and solutions for a computer programming course in the C programming language. |
  |
Data Structures in C - http://datastructures.itgo.com/
Lists, trees, sorts and searches. |
  |
C for C++ Programmers - http://www.docdubya.com/belvedere/cpp/cfcpppg.html
By Ray Tayek. Introduction to the subset of C++ and differences between the languages including scope, data structures, function behavior, library functions, input/output and compiling. |
  |
Programming for Dummies - C and C++ - http://www.geocities.com/naif_2pac/cpp.htm
Contains tutorials for programming in C,C++. |
  |
John McGuinn's C Programming Tutorial - http://www.tutorials4u.com/c/
A basic tutorial in using the C programming language. |
  |
Coding Link Lists in C - http://www.geocities.com/link_list/
This site gives an animated step-by-step walkthrough of linked list code in the C programming language, such as: Initialize, Add/Sort Node, Delete Node, Linear Search, Length, Seek and Destroy Node. |
  |
C Tutorial for Mainframers - http://www.sysprog.net/cplus.html
Beginners C tutorial for programmers on the mainframe. |
  |
Programming resources for C/C++, Visual C++ and C# .Net Programmers - MYCPLUS - http://www.mycplus.com/
Programming resources for C/C++/C#. Provides tutorials, articles, source code, utilities, books and free magazines. |
  |
comp.lang.c Frequently Asked Questions - http://www.eskimo.com/~scs/C-faq.top.html
An HTML version of the Usenet comp.lang.c collection of questions, together with presumably definitive answers. |