Features
- Cover Type: Paperback with 240 pages
- Published by: Addison Wesley
- Edition: 1st Edition August 21, 1997
- Written in: English
- ISBN 10 Number: 0201403854
- ISBN 13 Number: 978-0201403855
-
Book Dimensions:
9.2 x 6.8 x 0.5 inches
- Weighs: 14.1 ounces
Book Info
A beginners' text for novice students and programmers. Provides a step-by-step introduction to writing computer programs in C, concentrating on the central core of the language and its essential aspects. Includes extensive example programs and debugging tips and advice on good programming practice. Paper. DLC: C (Computer prog lang)
Back Cover Copy
Features:
- ideal for short C courses, especially those taught as a precursor to applications courses
- includes tips on debgging, and pitfalls to avoid
- uses interesting applications like graphics to motivate the reader
0201403854B04062001
Reader ReviewsAs the title shows, this book is real simple and easy to read and practice. Does not require any prior knowledge about programming or computer. It covers almost all basic concepts and skills for programming but is still very thin--only 219 pages. It also shows good summary, problem shooting guide, and debugging tips for each chapter and is real helpful for practicing. Problems with this books are too simple and compiler independence. Sometimes meanings are not clear because of its simplicity. (Especially for the syntax) Nowadays programming involves delicate compiler and development environment but was not discussed at all in this book. This book teaches you only basic skills and syntax of C--not all of them. Overall, it is real good start for everyone--even for the people have never programmed before. But still you need another books to be a real programmer. Way to go!