  |
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. |
  |
Phil's C Course - http://www.pottsoft.com/home/c_course/course.html
Phil Ottewell's C programming course. |
  |
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. |
  |
The Ground Cero Guide to C - http://www.aasted.org/GC/c-tut.php
Attempts to introduce absolute beginners to C. |
  |
Programming for Dummies - C and C++ - http://www.geocities.com/naif_2pac/cpp.htm
Contains tutorials for programming in C,C++. |
  |
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. |
  |
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. |
  |
Data Structures in C - http://datastructures.itgo.com/
Lists, trees, sorts and searches. |
  |
C for the Mentally Derranged - http://randimus.freeservers.com/cstuff.html
Easy to understand C tutorials for absolute beginners. |
  |
The GNU C Programming Tutorial - http://crasseux.com/books/ctutorial/
Detailed coverage of each of the main elements of the C language and how to program in C, with special emphasis on the GNU/Linux compiler and associated toolset. |
  |
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. |
 |
Programming in C: UNIX System Calls and Subroutines using C - http://www.cs.cf.ac.uk/Dave/C/CE.html
Lecture notes with integrated exercises, solutions and marking By A. D. Marshall. |
 |
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. |
 |
Introduction to C Programming - http://www.le.ac.uk/cc/tutorials/c/
An easy step by step guide to programming in C. |