Limit this search to....

Introductory C with C++
Contributor(s): Petersen, Richard (Author)
ISBN: 097793764X     ISBN-13: 9780977937646
Publisher: Surfing Turtle Press
OUR PRICE:   $48.60  
Product Type: Paperback - Other Formats
Published: November 2006
* Not available - Not in print at this time *Annotation: This book provides working models of how pointers are used in C. Instead of treating pointers as a separate topic, their use is integrated into every feature of C. (Computer Books)
Additional Information
BISAC Categories:
- Computers | Programming Languages - C
- Computers | Programming Languages - C++
Physical Information: 1.65" H x 7.5" W x 9.25" (3.1 lbs) 834 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
This book provides 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 you learn 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.