دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [1 ed.]
نویسندگان: Peter Prinz. Ulla Kirch-Prinz
سری:
ISBN (شابک) : 0596004362, 9780596004361
ناشر: O'Reilly Media
سال نشر: 2002
تعداد صفحات: 144
زبان: English
فرمت فایل : CHM (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 206 Kb
در صورت تبدیل فایل کتاب C Pocket Reference به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب مرجع جیبی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
مرجع جیبی C که به عنوان مقدمه ای برای مبتدیان و مرجعی سریع برای برنامه نویسان پیشرفته ایده آل است، از دو بخش تشکیل شده است: یک توصیف فشرده از زبان C و یک مرجع ساختاری موضوعی به کتابخانه استاندارد. نمایش زبان بر اساس استاندارد ANSI است و شامل برنامههای افزودنی است که در سال 1999 معرفی شدند. فهرستی برای کمک به شما برای یافتن سریع اطلاعات مورد نیازتان در آن گنجانده شده است.
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 information the information you need.
Contents......Page 5
Introduction......Page 9
Fundamentals......Page 10
C Program Structure......Page 11
Character Sets......Page 12
Identifiers......Page 14
Categories and Scope of Identifiers......Page 15
Integer Types......Page 17
Real and Complex Floating Types......Page 19
Internal representation of a real floating-point number......Page 20
The Type void......Page 21
Integer Constants......Page 22
Character Constants and String Literals......Page 24
Expressions and Operators......Page 26
Arithmetic Operators......Page 28
Assignment Operators......Page 29
Relational Operators......Page 30
Logical Operators......Page 31
Bitwise Operators......Page 32
Memory Accessing Operators......Page 33
Other Operators......Page 35
Alternative notation for operators......Page 36
Integer Promotion......Page 37
Type Conversions in Assignments and Pointers......Page 38
Statements......Page 39
Block and Expression Statements......Page 40
if ... else......Page 41
switch......Page 42
do ... while......Page 43
for......Page 44
continue......Page 45
return......Page 46
General Syntax and Examples......Page 47
Complex Declarations......Page 48
Storage Classes......Page 49
Initialization......Page 50
Enumeration Types......Page 51
Structures, Unions, and Bit-Fields......Page 53
Unions......Page 55
Bit-fields......Page 56
Arrays......Page 57
Pointers......Page 60
Pointer arithmetic......Page 61
Type Qualifiers and Type Definitions......Page 63
restrict......Page 64
Functions......Page 65
Function Prototypes......Page 66
Function Definitions......Page 67
Function Calls......Page 69
Functions with Variable Numbers of Arguments......Page 70
Linkage of Identifiers......Page 72
Preprocessing Directives......Page 73
#define......Page 74
#include......Page 76
#if, #elif, #else, #endif......Page 77
#ifdef and #ifndef......Page 78
#line......Page 79
#pragma......Page 80
Standard Header Files......Page 81
Input and Output......Page 82
General File Access Functions......Page 84
Reading and writing characters and strings......Page 87
Formatted output......Page 88
Formatted input......Page 92
Value Ranges of Integer Types......Page 95
Range and Precision of Real Floating Types......Page 96
Classification of Floating-Point Numbers......Page 98
Mathematical Functions for Integer Types......Page 99
Mathematical Functions for Real Floating Types......Page 100
Optimizing Runtime Efficiency......Page 102
Mathematical Functions for Complex Floating Types......Page 103
Type-Generic Macros......Page 104
Error Handling for Mathematical Functions......Page 105
The Floating-Point Environment......Page 106
Character Classification and Case Mapping......Page 109
String Handling......Page 111
Conversion Between Strings and Numbers......Page 113
Multibyte Character Conversion......Page 115
Searching and Sorting......Page 116
Memory Block Management......Page 117
Dynamic Memory Management......Page 118
Time and Date......Page 119
Communication with the Operating System......Page 121
Signals......Page 122
Non-Local Jumps......Page 123
Internationalization......Page 124
Index......Page 129