null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Understanding and Using C Pointers (Core Techniques for Memory Management)

List Price: $39.99
SKU:
9781449344184
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Richard M Reese
    Format:
    Paperback
    Pages:
    223
    Publisher:
    O'Reilly Media (June 11, 2013)
    Language:
    English
    ISBN-13:
    9781449344184
    ISBN-10:
    1449344186
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $39.99
    As low as:
    $34.39
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    19
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    12.96oz
    Imprint:
    O'Reilly Media
  • 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