28 used & new from $10.00

Have one to sell? Sell yours here
 
 
C++ Pointers and Dynamic Memory Management
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

C++ Pointers and Dynamic Memory Management (Paperback)

~ (Author) "Learn how pointers, a vital part of C++, are critical to implementing robust object-oriented applications..." (more)
Key Phrases: Bjarne Stroustrup, New York, Two-Arg Charstr (more...)
4.3 out of 5 stars  See all reviews (15 customer reviews)


Available from these sellers.


7 new from $34.95 21 used from $10.00

Formats

Amazon Price New from Used from
  Paperback, August 14, 1993 -- $28.95 $1.52
  Paperback, May 12, 1995 -- $34.95 $10.00

Customers Who Bought This Item Also Bought

Memory as a Programming Concept in C and C++

Memory as a Programming Concept in C and C++

by F. Frank
4.1 out of 5 stars (11)  $34.43
Understanding Pointers in C

Understanding Pointers in C

by Yashavant Kanetkar
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

by Scott Meyers
4.8 out of 5 stars (143)  $32.25
Programming: Principles and Practice Using C++

Programming: Principles and Practice Using C++

by Bjarne Stroustrup
4.1 out of 5 stars (23)  $55.75
Windows via C/C++ (Pro - Developer)

Windows via C/C++ (Pro - Developer)

by Christophe Nasarre
4.6 out of 5 stars (14)  $44.09
Explore similar items

Editorial Reviews

Product Description

Using techniques developed in the classroom at America Online's Programmer's University, Michael Daconta deftly pilots programmers through the intricacies of the two most difficult aspects of C++ programming: pointers and dynamic memory management. Written by a programmer for programmers, this no-nonsense, nuts-and-bolts guide shows you how to fully exploit advanced C++ programming features, such as creating class-specific allocators, understanding references versus pointers, manipulating multidimensional arrays with pointers, and how pointers and dynamic memory are the core of object-oriented constructs like inheritance, name-mangling, and virtual functions.

Covers all aspects of pointers including: pointer pointers, function pointers, and even class member pointers

  • Over 350 source code functions—code on every topic
  • OOP constructs dissected and implemented in C
  • Interviews with leading C++ experts
  • Valuable money-saving coupons on developer products
  • Free source code disk
  • Disk includes: Reusable code libraries—over 350 source code functions you can use to protect and enhance your applications
  • Memory debugger

Read C++ Pointers and Dynamic Memory Management and learn how to combine the elegance of object-oriented programming with the power of pointers and dynamic memory!



From the Back Cover

Using techniques developed in the classroom at America Online's Programmer's University, Michael Daconta deftly pilots programmers through the intricacies of the two most difficult aspects of C++ programming: pointers and dynamic memory management. Written by a programmer for programmers, this no-nonsense, nuts-and-bolts guide shows you how to fully exploit advanced C++ programming features, such as creating class-specific allocators, understanding references versus pointers, manipulating multidimensional arrays with pointers, and how pointers and dynamic memory are the core of object-oriented constructs like inheritance, name-mangling, and virtual functions.

Covers all aspects of pointers including: pointer pointers, function pointers, and even class member pointers

  • Over 350 source code functions—code on every topic
  • OOP constructs dissected and implemented in C
  • Interviews with leading C++ experts
  • Valuable money-saving coupons on developer products
  • Free source code disk
  • Disk includes: Reusable code libraries—over 350 source code functions you can use to protect and enhance your applications
  • Memory debugger

Read C++ Pointers and Dynamic Memory Management and learn how to combine the elegance of object-oriented programming with the power of pointers and dynamic memory!


Product Details

  • Paperback: 496 pages
  • Publisher: Wiley; Pap/Dis edition (May 12, 1995)
  • Language: English
  • ISBN-10: 0471049980
  • ISBN-13: 978-0471049982
  • Product Dimensions: 9.2 x 7.5 x 1.2 inches
  • Shipping Weight: 1.9 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon.com Sales Rank: #636,978 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #10 in  Books > Computers & Internet > Programming > Algorithms > Memory Management

More About the Author

Michael C. Daconta
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Michael C. Daconta Page

Inside This Book (learn more)


What Do Customers Ultimately Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(4)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

15 Reviews
5 star:
 (8)
4 star:
 (5)
3 star:
 (1)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (15 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
8 of 8 people found the following review helpful:
4.0 out of 5 stars A critical book for your C++ library, January 16, 2000
By Rob Bovey (Edmonds, WA USA) - See all my reviews
Hardly anyone comes out of their first, or even second, book on C++ having the firm grasp of pointers needed to be successful with the language. This book does an admirable job of filling in this gap for you. Every use of pointers in C++ is examined in-depth by Mr. Daconta. I found the chapters on pointers to pointers and function pointers particularly useful, as both of these topics are typically given short shrift in other C++ books.

I docked the book one star because the example code was obviously a very hasty translation from the original C version of the book. Many examples would not compile and run properly without some debugging. However, this should not be your first C++ book, and if you have a firm grounding in the language from one of the good beginner's books on the subject (Stephen Prata's C++ Primer Plus is my recommendation) you should be able to locate and fix these problems.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars This is one awesome book!, August 22, 2000
By "swguru" (Fremont, CA United States) - See all my reviews
While I understood pointers I always felt a little uncomfortable with them - this book has made things crystal clear. It has helped me to understand pointer and memory management concepts and pitfalls and has made me a much better programmer. This is NOT the book for you if you are trying to learn C++ or are at a beginner level - this is for the intermediate to heavy C++ programmer who wants to improve his/her coding skills and depth of knowledge.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
4.0 out of 5 stars An excellent roadmap through C++ mamory management hazards., December 14, 1998
By ochappel@aol.com (New Port Richey, FL) - See all my reviews
This is an excellent reference for any project manager, architect or programmer who intends to manage, design or implement C++ applications. Mr. Daconta does a tremendous job of describing C++ copy semantics and the reasons for developing good copy semantics. Included in the explanation is a discussion of different compilers and their handling of coppy constructors. Examples of copy constructors and assignment operators are superior.

His in depth discussions of memory management and the tasks to be performed to ensure C++ program reliablity are essential knowledge for anyone planning to pursue a C++ implementation. Excellent code examples with explanations.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Awesome ! Awesome ! book .
This is a really awesome book. In my opinion, nobody to date has explained pointers better than Mr. Daconta. Read more
Published on August 9, 2005 by P. Kamath

4.0 out of 5 stars Excellent explanations covered..which are hard to find...
Since I am a programmer and mainly built applications using visual basic, I always had an urge to master c++ due to the power of this language, but pointers were the only hurdle... Read more
Published on July 3, 2002 by Zeeshan Masood Taj

4.0 out of 5 stars This is a great discussion on pointers--not too deep though
If you want a simple resource that encapsulates what pointers are and how they are used, this is an excellent resource. Read more
Published on November 7, 2000 by chaka a allen

5.0 out of 5 stars The best book on pointers I have seen
I learned to program in C++/MFC pretty much by the seat of my pants. This book is invaluable for learning pointers. It starts simple, and then dives down deep. Read more
Published on July 19, 2000

1.0 out of 5 stars Poorly written book
After reading the reviews, I purchased this book only to be severely disappointed. This book does a poor job explaining casting, pointer to pointers and scaling. Read more
Published on April 8, 2000 by Marvin A. Smith

5.0 out of 5 stars The best written book about C/C++ pointers.
A very nice book, easy to read
Published on October 10, 1999 by Niclas Skoog (borland.c@telia.com)

3.0 out of 5 stars Examples were too long and code explainations were too short
The book was OK, but the examples were too long. After suffering through the long code examples to understand them, I found that they were usually of little help. Read more
Published on September 29, 1998

5.0 out of 5 stars The most clear and concise book ever on this subject
Whereas some authors explain a programming concept with a paragraph or two, Daconta gives you pages of explainations with non-trivial code that actually reinforces the ideas he is... Read more
Published on August 7, 1998

5.0 out of 5 stars Like to master C or C++? You won't if you avoid this book
I have read this book five times front to back and back to front, as a C\C++ Systems programmer this book proves invaluable in manipulating data more effiiciently than any other... Read more
Published on July 19, 1998 by Game Ignition Incorporated

4.0 out of 5 stars Lives up to the title
This book provides a very useful coverage of the subject material. It is a great book if you are looking to understand the trickiest (but most useful) things about C: advanced... Read more
Published on February 16, 1998 by acrow@geocities.com

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.