Cargando…

Mastering C pointers : tools for programming power /

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 an...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Traister, Robert J.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Boston, Mass. : Academic Press, 1993.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Front Cover; Mastering C Pointers: Tools for Programming Power; Copyright Page; Dedication; LIMITED WARRANTY AND DISCLAIMER OF LIABILITY; Table of Contents; Preface; Chapter 1. C Language and Pointers-A Personal Background; C Language Standards; Chapter 2. A First Step to Learning Pointers; The Little Man Approach; Summary; Chapter 3. A Second Step to Learning Pointers; C Language Strings and Char Arrays; Array Bounds Checking; The Little Man Method; Summary; Chapter 4. Declared Pointers and Their Operations; A Practical Use of Pointers; DANGER; Other Numeric Pointer Types; Summary.
  • Chapter 5. String PointersProblems; Arrays of Pointers; Summary; Chapter 6. POINTERS AND MEMORY ACCESS; Memory Models; Why Char Pointers?; Summary; Chapter 7. POINTERS AND MEMORY ALLOCATION; Memory Allocation Functions; CallocO; Summary; Chapter 8. POINTERS AND FUNCTIONS; Pointers to Functions; Functions Returning Pointers; Summary; Chapter 9. Pointers and Structs; Comparing Structs and Arrays; Summary; Chapter 10. Pointers and Unions; Unions and Memory Conservation; Summary; Chapter 11. Pointers to Pointers; Declared Pointers to Pointers; Summary; Chapter 12. Source Code Format.
  • Format for a FormatSummary; Index.