  |
C++ Maniac - http://visualcplus.blogspot.com/
A weblog containing daily lessons for programming with Visual Studio, using the C language. |
  |
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. |
  |
Best Practices for Programming in C - http://www.ibm.com/developerworks/aix/library/au-hook_duttaC.html
Set of styles and guidelines written by two technical consultants for IBM. |
  |
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. |
  |
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. |
  |
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. |
  |
Code Teacher - http://www.codeteacher.com/category.php?ID=2
Large collection of links to C/C++ tutorials on the web. |
  |
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. |
  |
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. |
  |
The Ground Cero Guide to C - http://www.aasted.org/GC/c-tut.php
Attempts to introduce absolute beginners to C. |