Understanding and using C pointers
Improve your programming through a solid understanding of C pointers and memory management. With this practical book, you’ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you h...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing ; Sebastopol, California :
O'Reilly Media
2013.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628032806719 |
Tabla de Contenidos:
- Introduction
- Dynamic memory management in C
- Pointers and functions
- Pointers and arrays
- Pointers and strings
- Pointers and structures
- Security issues and the improper use of pointers
- Odds and ends.