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 func
C Pocket Reference
โ Scribed by Peter Prinz, Ulla Kirch-Prinz
- Publisher
- O'Reilly Media
- Year
- 2002
- Tongue
- English
- Leaves
- 98
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C Pocket Reference is the book you'll want to have.
โฆ Table of Contents
C Pocket Reference......Page 1
Introduction......Page 2
Fundamentals......Page 3
Basic Types......Page 8
Constants......Page 12
Expressions and Operators......Page 15
Type Conversions......Page 23
Statements......Page 25
Declarations......Page 32
Variables......Page 34
Derived Types......Page 36
Functions......Page 46
Linkage of Identifiers......Page 51
Preprocessing Directives......Page 52
Standard Library......Page 59
Standard Header Files......Page 60
Input and Output......Page 61
Numerical Limits and Number Classification......Page 70
Mathematical Functions......Page 74
Character Classification and Case Mapping......Page 82
String Handling......Page 84
Searching and Sorting......Page 88
Memory Block Management......Page 89
Dynamic Memory Management......Page 90
Time and Date......Page 91
Process Control......Page 93
Internationalization......Page 96
๐ SIMILAR VOLUMES
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 func
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 func
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 func
<div><p>C++ is a complex language with many subtle facets. This is especially true when it comes to object-oriented and template programming. The <i>C++ Pocket Reference</i> is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used as