Thursday, 29 August 2013

PREFACE by Ted Jensen 
                             This document is intended to introduce pointers to beginning programmers in the C programming language. Over several years of reading and contributing to various conferences on C including those on the FidoNet and UseNet, I have noted a large number of newcomers to C appear to have a difficult time in grasping the fundamentals of pointers. I therefore undertook the task of trying to explain them in plain language with lots of examples. The first version of this document was placed in the public domain, as is this one. It was picked up by Bob Stout who included it as a file called PTR-HELP.TXT in his widely distributed collection of SNIPPETS. Since that original 1995 release, I have added a significant amount of material and made some minor corrections in the original work. In this HTML version 1.1 I've made a number of minor changes to the wording as a result of comments emailed to me from around the world.



TABLE OF CONTENTS
PREFACE  2
INTRODUCTION  4
CHAPTER 1: What is a pointer?  5
CHAPTER 2: Pointer types and Arrays  9
CHAPTER 3: Pointers and Strings  14
CHAPTER 4: More on Strings  19
CHAPTER 5: Pointers and Structures  22
CHAPTER 6: Some more on Strings, and Arrays of Strings  26
CHAPTER 7: More on Multi-Dimensional Arrays  30
CHAPTER 8: Pointers to Arrays  32
CHAPTER 9: Pointers and Dynamic Allocation of Memory  34
CHAPTER 10: Pointers to Functions  42

EPILOG  53


Please Let me know of download link is not working,Feel free to leave your comment below, your suggestions are highly appreciated

0 comments :

Post a Comment