Introductory C with C++   Introductory C with C++

The primary aim of this book is to provide working models of how pointers are used in C. For those learning C pointers are a great source of confusion. Instead of treating pointers as a seperate topic, their use is integrated into every feature of C. When youlearn functions, you learn how pointers work with functions, when you learn structures you learn pointers to structures, when you learn C++ objects, you learn how pointers are used with objects, when you learn arrays you learn every aspect of using pointers and arrays. Because of their special relationship to pointers, arrays are covered in depth in their own section.

Read Reviews       Read Preface

  ISBN: 0-9779376-4-X
  ISBN13: 978-0-9779376-4-6
 

  Pages: 820
  Illustrations: 203
  Size: 9.25 x 7.5 x 1.9 inches
  Language: English

  Copyright 2006

  Retail Price: 39.00, discounted at most stores

 

Ebook Version: 26.00, epub3 version with landmarks and pagelist

  ISBN: 1-949857-05-0
  ISBN13: 978-1-949857-05-4

Download Source Code

Intro-C-source-code.rar

Intro-C-source-code.tar

Intro-C-source-code.zip

Download Sample Chapters

Chapter 5: Pointers

Chapter 10: Arrays and Pointers