C语言
1. 入门教程
英文影印版:''The C Programming Language'' 2nd Edition, Brian Kernighan, Dennis Ritchie, Prentice Hall
中文翻译版:C程序设计语言(第二版新版),徐宝文译,机械工业出版社
在线中英文对照版:TCPL
Answer_to_Chapter_1 参考答案
Examples_from_TCPL书中所有的例子
C语言实例教程Illustrated_C
2. C语言教程
- Title: A C tutorial.
- Author: Christopher Sawtell.
E-mail: [email protected]
- This tutorial contains a complete course for you to learn C. It is geared towards the UNIX operating system, but most can be applied regardless of platform.
- Title: Programming in C
- Author: Dave Marshall
- This is one of the best C programming tutorials out there on the World Wide Web (WWW) and one of those that I tried to get permission to put on the CD.
- Title: COMP.LANG.C FAQ
- Author: Steve Summit
- The FAQ (Frequently Asked Questions) is a compilation of frequently asked questions along with the answers. It is not a tutor per se but will answer many of the questions raised by C programmers and is well worth reading if you want to program in C. (The FAQ for any programming language is worth reading come to that!)