Practical C programming /
Main Author: | |
---|---|
Format: | Book |
Language: | English |
Published: |
Sebastopol, CA :
O'Reilly,
1997.
|
Edition: | 3rd ed. |
Subjects: |
Table of Contents:
- 1. What is C?
- 2. Basics of program writing
- 3. Style
- 4. Basic declarations and expressions
- 5. Arrays, qualifiers, and reading numbers
- 6. Decision and control statements
- 7. Programming process
- 8. More control statements
- 9. Variable scope and functions
- 10. C preprocessor
- 11. Bit operations
- 12. Advanced types
- 13. Simple pointers
- 14. File input/output
- 15. Debugging and optimization
- 16. Floating point
- 17. Advanced pointers
- 18. Modular programming
- 19. Ancient compilers
- 20. Portability problems
- 21. C's dustier corners
- 22. Putting it all together
- 23. Programming adages
- Appendix A. ASCII table
- Appendix B. Ranges and parameter passing conversions
- Appendix C. Operator precedence rules
- Appendix D. A program to compute a sine using a power series.