Understanding and Using C Pointers
Autor Richard Reeseen Limba Engleză Paperback – 13 mai 2013
Difficult to master, pointers provide C with much flexibility and power—yet few resources are dedicated to this data type. This comprehensive book has the information you need, whether you’re a beginner or an experienced C or C++ programmer or developer.
* Get an introduction to pointers, including the declaration of different pointer types
* Learn about dynamic memory allocation, de-allocation, and alternative memory management techniques
* Use techniques for passing or returning data to and from functions
* Understand the fundamental aspects of arrays as they relate to pointers
* Explore the basics of strings and how pointers are used to support them
* Examine why pointers can be the source of security problems, such as buffer overflow
* Learn several pointer techniques, such as the use of opaque pointers, bounded pointers and, the restrict keyword
Preț: 180.87 lei
Preț vechi: 226.09 lei
-20% Nou
Puncte Express: 271
Preț estimativ în valută:
34.62€ • 36.00$ • 29.01£
34.62€ • 36.00$ • 29.01£
Carte disponibilă
Livrare economică 21 februarie-07 martie
Livrare express 06-12 februarie pentru 23.70 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781449344184
ISBN-10: 1449344186
Pagini: 226
Ilustrații: Illustrations
Dimensiuni: 178 x 233 x 20 mm
Greutate: 0.37 kg
Editura: O'Reilly
ISBN-10: 1449344186
Pagini: 226
Ilustrații: Illustrations
Dimensiuni: 178 x 233 x 20 mm
Greutate: 0.37 kg
Editura: O'Reilly
Cuprins
Notă biografică
Richard Reese has worked in the industry and academics for the past 29 years. For 10 years he provided software development support at Lockheed and at one point developed a C based network application. He was a contract instructor providing software training to industry for 5 years. Richard is currently an Associate Professor at Tarleton State University in Stephenville Texas.
Descriere
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.