Understanding and Using C Pointers: Core Techniques for Memory Management / Edition 1

Understanding and Using C Pointers: Core Techniques for Memory Management / Edition 1

by Richard Reese
ISBN-10:
1449344186
ISBN-13:
9781449344184
Pub. Date:
05/22/2013
Publisher:
O'Reilly Media, Incorporated
ISBN-10:
1449344186
ISBN-13:
9781449344184
Pub. Date:
05/22/2013
Publisher:
O'Reilly Media, Incorporated
Understanding and Using C Pointers: Core Techniques for Memory Management / Edition 1

Understanding and Using C Pointers: Core Techniques for Memory Management / Edition 1

by Richard Reese
$39.99 Current price is , Original price is $39.99. You
$39.99 
  • SHIP THIS ITEM
    Qualifies for Free Shipping
  • PICK UP IN STORE
    Check Availability at Nearby Stores
  • SHIP THIS ITEM

    Temporarily Out of Stock Online

    Please check back later for updated availability.


Overview

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

Product Details

ISBN-13: 9781449344184
Publisher: O'Reilly Media, Incorporated
Publication date: 05/22/2013
Pages: 223
Product dimensions: 7.00(w) x 9.10(h) x 0.60(d)

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 Universityin Stephenville Texas.

Table of Contents

  • Preface
  • Chapter 1: Introduction
  • Chapter 2: Dynamic Memory Management in C
  • Chapter 3: Pointers and Functions
  • Chapter 4: Pointers and Arrays
  • Chapter 5: Pointers and Strings
  • Chapter 6: Pointers and Structures
  • Chapter 7: Security Issues and the Improper Use of Pointers
  • Chapter 8: Odds and Ends
  • Colophon
From the B&N Reads Blog

Customer Reviews