| 000 | 00947camuuu200289 a 4500 | |
| 001 | 000000425077 | |
| 003 | OCoLC | |
| 005 | 19960801143836.0 | |
| 008 | 930325s1993 mau 001 0 eng | |
| 010 | ▼a 93010540 | |
| 015 | ▼a GB94-16316 | |
| 019 | ▼a 30033527 | |
| 020 | ▼a 0126974098 (alk. paper) | |
| 040 | ▼a DLC ▼c DLC ▼d UKM | |
| 049 | ▼a ACSL ▼l 121001043 | |
| 050 | 0 0 | ▼a QA76.73.C15 ▼b T697 1993 |
| 082 | 0 0 | ▼a 005.13/3 ▼2 20 |
| 090 | ▼a 005.133 ▼b T768m | |
| 100 | 1 | ▼a Traister, Robert J. |
| 245 | 1 0 | ▼a Mastering C pointers : ▼b tools for programming power / ▼c Robert J. Traister. |
| 250 | ▼a 2nd ed. | |
| 260 | ▼a Boston : ▼b AP Professional, ▼c c1993. | |
| 300 | ▼a xii, 163 p. ; ▼b 24 cm. + ▼e 1 computer disk (3 1/2 in.) | |
| 500 | ▼a System requirements for computer disk: IBM-compatible PC with 80286 or higher processor; DOS; any ANSI C compiler. | |
| 500 | ▼a Includes index. | |
| 650 | 0 | ▼a C (Computer program language) |
| 653 | 0 | ▼a Programming languages |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 T768m | 등록번호 121001043 (7회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
If you don't fully understand C pointers and how they are used, you're not getting the most out of C programming. This book features complete coverage on using and controlling C language pointers to make C applications more powerful and expressive. This new edition is completely updated and revised to reflect the changes that have been brought about with the full adoption of ANSI C. All discussions and program examples have been updated, and reading materials necessary for any modern ANSI C programmer have also been added.Includes one 3 1/2" disk containing all of the working programs and modules found in the book.System Requirements: 286 or higher IBM PC or compatible.
Feature
* Includes three entirely new chapters and many new or revised programs covering the latest techniques and advances in C* Provides a 3.5" disk containing all of the working programs and modules found within the text* Explains pointers in a friendly, easy-to-follow style to allow for quick implentation of new techniques* Serves as a useful tool to both beginning and intermediate programmers for mastering pointers* Includes numerous examples to provide continued reinforcement of techniques정보제공 :
목차
CONTENTS Preface = xi Chapter 1 C Language and Pointers - A Personal Background = 1 C Language Standards = 3 Chapter 2 A First Step to Learning Pointers = 7 The Little Man Approach = 11 Summary = 13 Chapter 3 A Second Step to Learning Pointers = 15 C Language Strings and Char Arrays = 15 Array Bounds Checking = 22 The Little Man Method = 24 Summary = 26 Chapter 4 Declared Pointers and Their Operations = 27 A Practical Use of Pointers = 31 Danger !!! = 35 Other Numeric Pointer Types = 36 Summary = 38 Chapter 5 String Pointers = 41 Problems = 53 Arrays of Pointers = 57 Summary = 60 Chapter 6 Pointers and Memory Access = 61 Memory Models = 63 Why Char Pointers? = 73 Summary = 77 Chapter 7 Pointers and Memory Allocation = 79 Memory Allocation Functions = 80 Calloc○ = 92 Summary = 94 Chapter 8 Pointers and Functions = 97 Pointers to Functions = 109 Functions Returning Pointers = 110 Summary = 114 Chapter 9 Pointers and Structs = 117 Comparing Structs and Arrays = 121 Summary = 129 Chapter 10 Pointers and Unions = 131 Unions and Memory Conservation = 135 Summary = 139 Chapter 11 Pointers to Pointers = 141 Declared Pointers to Pointers = 144 Summary = 147 Chapter 12 Source Code Format = 149 Format for a Format = 158 Summary = 159 Index = 161
