Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.48 KB

preface.rst

File metadata and controls

20 lines (10 loc) · 1.48 KB

Preface

Get ready to learn one of the most influential programming languages ever developed. If you know some Java, you'll find C's syntax familiar (Java's syntax is based on C) and many of the same control structures. That familiarity can be deceptive, though. C is rather unforgiving and will allow you (nay, give you the weapon) to shoot yourself in the foot [1]. On the other hand, you'll develop a much better understanding of computer systems as your knowledge of C grows. Have fun, and good luck!

This book is loosely based on the "Essential C" document written by Nick Parlante at Stanford University. The original document is available at http://cslibrary.stanford.edu/101/. The Essential C document was last updated in 2003, which is one reason why this document exists. Programming languages and compilers change, and I wanted to take the good work that Nick had done and make several updates to modernize the text.

The notice reproduced below is copied from Essential C:

Stanford CS Education Library. This is document #101, Essential C, in the Stanford CS Education Library. This and other educational materials are available for free at http://cslibrary.stanford.edu/. This article is free to be used, reproduced, excerpted, retransmitted, or sold so long as this notice is clearly reproduced at its beginning.
[1]http://www.toodarkpark.org/computers/humor/shoot-self-in-foot.html