Jump to ratings and reviews
Rate this book

On to C

Rate this book
Read this book if you want to add C to your programming-language repertoire. You can use this book to learn the essentials of the language and to prepare for real-world work.
You learn the key concepts as features are added to a short, yet representative C program. The final version of the program reads information from a file describing stock trades and predicts the next-day's price using a straight-line extrapolation, thereby reflecting the popularity of C in applications involving data analysis.
As you see the program evolve, you learn how define functions; benefit from function abstraction; solve ordering problems with function prototypes; process data from files; create structures and objects; use pointer parameters to avoid argument copying; use pointer parameters to alter values; create new structure objects at run time; define constructors, readers, and writers; benefit from data abstraction; use enumerations and type synonyms to improve readability; use unions to capture class distinctions; use bits to record state information; prevent memory leaks; access command-line arguments; organize and compile multiple-file programs; and much more.
Special Illustrates each new idea through an improvement to a short, yet complete program. There are no nonsense programs or rapid shifts among unrelated examples; summarizes key points in the form of easily mastered if-then rules; emphasizes the virtues of function abstraction and data abstraction; and helps you to start a personal library of general-purpose, templatelike patterns.

290 pages, Paperback

First published August 13, 1994

1 person is currently reading
14 people want to read

About the author

Patrick Henry Winston

32 books23 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
3 (42%)
4 stars
4 (57%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.