Understanding and Using C Pointers (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
225
Utgivningsdatum
2013-05-17
Upplaga
1
Förlag
O'REILLY & ASSOCIATES
Illustratör/Fotograf
Illustrations
Illustrationer
Illustrationsstrations
Dimensioner
231 x 180 x 12 mm
Vikt
368 g
Antal komponenter
1
ISBN
9781449344184

Understanding and Using C Pointers

Core Techniques for Memory Management

(2 röster)
Häftad,  Engelska, 2013-05-17
329
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
Improve your programming through a solid understanding of C pointers and memory management. With this practical book, youll 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 youre 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
Visa hela texten

Passar bra ihop

  1. Understanding and Using C Pointers
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 557 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Övrig information

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.

Innehållsförteckning

PrefaceChapter 1: IntroductionChapter 2: Dynamic Memory Management in CChapter 3: Pointers and FunctionsChapter 4: Pointers and ArraysChapter 5: Pointers and StringsChapter 6: Pointers and StructuresChapter 7: Security Issues and the Improper Use of PointersChapter 8: Odds and EndsColophon