BIBLIO is the largest independent book marketplace in the world, with over 100 million books.

Skip to content

Understanding and Using C Pointers: Core Techniques for Memory Management
Stock photo: cover may vary

Understanding and Using C Pointers: Core Techniques for Memory Management Paperback - 2013

by Richard M. Reese

Add to wish list

Reader reviews for Understanding and Using C Pointers: Core Techniques for Memory Management

From the publisher

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 how to use pointers with arrays, strings, structures, and functions, using memory models throughout the book.

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

Details

  • Title Understanding and Using C Pointers: Core Techniques for Memory Management
  • Author Richard M. Reese
  • Binding Paperback
  • Edition INTERNATIONAL ED
  • Pages 223
  • Volumes 1
  • Language ENG
  • Publisher O'Reilly Media
  • Publication date 2013-06-11
  • ISBN 9781449344184 / 1449344186
  • Weight 0.81 lbs (0.37 kg)
  • Dimensions 9.09 x 7.09 x 0.48 in (23.09 x 18.01 x 1.22 cm)
  • Category Computers - Languages / Programming

About the author

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.