描述
开 本: 16开纸 张: 胶版纸包 装: 平装是否套装: 否国际标准书号ISBN: 9787564146030
内容简介
通过对C指针和内存管理的扎实理解来提高你的编程技能。在这本贴合实际的书籍里,你将了解到指针是如何提供了相应的机制来动态操纵内存,增强对数据结构的支持,允许直接访问硬件。作者Richard Reese通过本书中的内存模型为你展示了如何在数组、字符串、结构和函数中使用指针。
虽然难以掌握,但是指针为c语言提供了灵活性和强大能力,不过很少有资料来讲述这种数据类型。无论你是初学者还是有经验的C或者c++编程人员和开发者,这本详尽的书籍都有着你所需要的知识。
获得针对指针的介绍,包括不同指针类型的定义
了解动态内存分配、释放和改变内存管理技巧
使用把数据传入函数或者从函数中返回数据的技术
理解运用指针时数组的基本特性
探索字符串的基本知识以及如何使用指针来支持字符串
探讨为什么指针会导致安全问题,比如缓冲区溢出问题
了解多种指针技术,诸如不透明指针、有界指针和restrict关键字
虽然难以掌握,但是指针为c语言提供了灵活性和强大能力,不过很少有资料来讲述这种数据类型。无论你是初学者还是有经验的C或者c++编程人员和开发者,这本详尽的书籍都有着你所需要的知识。
获得针对指针的介绍,包括不同指针类型的定义
了解动态内存分配、释放和改变内存管理技巧
使用把数据传入函数或者从函数中返回数据的技术
理解运用指针时数组的基本特性
探索字符串的基本知识以及如何使用指针来支持字符串
探讨为什么指针会导致安全问题,比如缓冲区溢出问题
了解多种指针技术,诸如不透明指针、有界指针和restrict关键字
目 录
Preface
1.Introduction
Pointers and Memory
Why You Should Become Proficient with Pointers
Declaring Pointers
HOW to Read a Declaration
Address of operator
Displaying Pointer Values
Dereferencing a Pointer Using the Indirection Operator
Pointers to Functions
The Concept ofNull
Pointer Size and Types
Memory Models
Predefined PointerRelated Types
Pointer operators
Pointer Arithmetic
Comparing Pointers
Common Uses of Pointers
Multiple Levels of Indirection
Constants and Pointers
Summary
2.DynamicMemoryManagementinC
Dynamic Memory Allocation
Memory Leaks
Dynamic Memory Allocation Functions
Using the malloc Function
Using the calloc Function
……
1.Introduction
Pointers and Memory
Why You Should Become Proficient with Pointers
Declaring Pointers
HOW to Read a Declaration
Address of operator
Displaying Pointer Values
Dereferencing a Pointer Using the Indirection Operator
Pointers to Functions
The Concept ofNull
Pointer Size and Types
Memory Models
Predefined PointerRelated Types
Pointer operators
Pointer Arithmetic
Comparing Pointers
Common Uses of Pointers
Multiple Levels of Indirection
Constants and Pointers
Summary
2.DynamicMemoryManagementinC
Dynamic Memory Allocation
Memory Leaks
Dynamic Memory Allocation Functions
Using the malloc Function
Using the calloc Function
……
评论
还没有评论。