C by disection The esentials of C programming

This book presents with a clear and thorough introduction to the programming process by carefully developing working C programs, using the methods of dissection. Dissection, a pedagogical method similar to a structured, step-by-step work-through, explains new programming elements and idioms as they...

Full description

Saved in:
Bibliographic Details
Main Author: Al Kelley
Format: Book
Language:Undetermined
Published: Menlo Park, California Addison-Wesley 1996
Subjects:
Tags: Add Tag
No Tags, Be the first to tag this record!
Institutions: Trung tâm Học liệu Trường Đại học Cần Thơ
Description
Summary:This book presents with a clear and thorough introduction to the programming process by carefully developing working C programs, using the methods of dissection. Dissection, a pedagogical method similar to a structured, step-by-step work-through, explains new programming elements and idioms as they are encoutered in working code. Right from the start, the book introduces the reader to complete programs and at an early point in the text the reader learns to write functions, an important feature of structured programming