【2003】 Understanding Pointers in C
Book 图书名称: Understanding Pointers in C
Author 作者: Yashavant Kanetkar
Publisher 出版社: BPB Publications
Page 页数: 255
Publishing Date 出版时间: Mar 14, 2003
Language 语言: English
Size 大小: 48 MB
Format 格式: pdf 扫描版
ISBN: 8176563587, 978-8176563581
Edition: 第1版 搜索过论坛,没有该文档
A c programmer without knowledge of pointers is like a fish which doesn't know how to swim. He needs command over pointers to be able to exploit their immense potential. Pointers are all about power and punch and this book covers everything that has anything to do with pointers in a simple, way to understand way. The topics covered include: pointers and arrays pointers and structures pointers and dynamic memory allocation pointers to functions pointers and variable argument lists practical use of pointers pointers and doubly linked lists pointers and circular lists pointers and binary trees pointers and threaded binary trees