Sams Teach Yourself C Programming in One Hour a Day, Seventh Edition is the newest edition of the 500,000 copy best-seller Sams Teach Yourself C in 21 Days. Fully revised for the new C11 standard and libraries, it emphasizes platform-independent C programming using free, open-source C compilers. This edition strengthens its focus on C programming fundamentals and adds new material on popular C-based object-oriented programming languages such as Objective-C.
Table of Contents
Part I: Fundamentals of C
1. Getting Started with C
2. The Components of a C Program
3. Storing Information – Variables and Constants
4. The Pieces of a C Program: Statements, Expressions and Operators
5. Packaging Code in Functions
6. Basic Program Control
7. Fundamentals of Reading and Writing Information
Part II: Putting C to Work
8. Using Numeric Arrays
9. Understanding Pointers
10. Working with Characters and Strings
11. Implementing Structures, Unions and TypeDefs
12. Understanding Variable Scope
13. Advanced Program Control
14. Working with the Screen, Printer, and Keyboard
Part III: Advanced C
15. Pointers to Pointers and Arrays of Pointers
16. Pointers to Functions and Linked Lists
17. Using Disk Files
18. Manipulating Strings
19. Getting More from Functions
20. Exploring the C Function Library
21. Working with Memory
22. Advanced Compiler Use
Part IV: Appendixes
A: ASCII Chart
B: C/C Reserved Words
C: Common C Functions
D: Answers