学习使用C指针-(影印版)

本书特色

[

通过对c指针和内存管理的扎实理解来提高你的编程技能。在这本贴合实际的书籍里,你将了解到指针是如何提供了相应的机制来动态操纵内存,增强对数据结构的支持,允许直接访问硬件。作者richard reese通过本书中的内存模型为你展示了如何在数组、字符串、结构和函数中使用指针。
  虽然难以掌握,但是指针为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……

封面

学习使用C指针-(影印版)

书名:学习使用C指针-(影印版)

作者:雷斯

页数:208

定价:¥46.0

出版社:东南大学出版社

出版日期:2014-01-01

ISBN:9787564146030

PDF电子书大小:110MB 高清扫描完整版

百度云下载:http://www.chendianrong.com/pdf

发表评论

邮箱地址不会被公开。 必填项已用*标注