Book description
C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books.Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find the information you need.This small book covers the following:
- C language fundamentals
- Data types
- Expressions and operators
- C statements
- Declarations
- Functions
- Preprocessor directives
- The standard library
Publisher resources
Table of contents
-
1. C Pocket Reference
- 1.1. Introduction
- 1.2. Fundamentals
- 1.3. Basic Types
- 1.4. Constants
- 1.5. Expressions and Operators
- 1.6. Type Conversions
- 1.7. Statements
- 1.8. Declarations
- 1.9. Variables
- 1.10. Derived Types
- 1.11. Functions
- 1.12. Linkage of Identifiers
- 1.13. Preprocessing Directives
- 1.14. Standard Library
- 1.15. Standard Header Files
- 1.16. Input and Output
- 1.17. Numerical Limits and Number Classification
-
1.18. Mathematical Functions
- 1.18.1. Mathematical Functions for Integer Types
- 1.18.2. Mathematical Functions for Real Floating Types
- 1.18.3. Optimizing Runtime Efficiency
- 1.18.4. Mathematical Functions for Complex Floating Types
- 1.18.5. Type-Generic Macros
- 1.18.6. Error Handling for Mathematical Functions
- 1.18.7. The Floating-Point Environment
- 1.19. Character Classification and Case Mapping
- 1.20. String Handling
- 1.21. Searching and Sorting
- 1.22. Memory Block Management
- 1.23. Dynamic Memory Management
- 1.24. Time and Date
- 1.25. Process Control
- 1.26. Internationalization
- Index
- About the Authors
- Copyright
Product information
- Title: C Pocket Reference
- Author(s):
- Release date: November 2002
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596004361
You might also like
book
Modern C Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library
Discover how C's efficiency makes it a popular choice in a wide variety of applications and …
book
C Quick Syntax Reference
The C Quick Syntax Reference is a condensed code and syntax reference to the popular C …
book
Smaller C
For makers looking to use the smallest microcontrollers or to wring the highest performance out of …
book
Eingebettete Systeme, 2nd Edition
dieses Buch bietet eine Einführung in die wichtigsten Themen rund um Eingebettete Systeme wie zum Beispiel …