See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
woodys-uk
Price: £57.68
In stock

33 used & new from £5.99

Have one to sell? Sell yours here
 
   
C++: How to Program
 
See larger image
 

C++: How to Program (Paperback)

by Harvey M. Deitel (Author), Paul J. Deitel (Author)
4.1 out of 5 stars See all reviews (12 customer reviews)

Available from these sellers.


4 new from £37.95 29 used from £5.99
Other Editions: RRP: Our Price: Other Offers:
Paperback (2) 2 used & new from £51.38

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
C++ project
   www.ClassOf1.com/CPlusPlus    Learn C++ Programming quickly Take our online class today! 
Learn Programming
   www.HomeLearningCourses.com    Learn programming, UK courses. Learn from home for a better future 
Programming Courses (UK)
   www.nationalitlearningcentre.com    Microsoft.NET and Visual Basic / C# UK's NO1 For IT Training & Support 
  
 

Customers Who Bought This Item Also Bought

The C++ Programming Language, Special Edition

The C++ Programming Language, Special Edition

by Bjarne Stroustrup
3.7 out of 5 stars (29)  £29.99
C How to Program: International Version

C How to Program: International Version

by Harvey & Paul) Deitel & Deitel
£50.34
Computer Networks (International Edition)

Computer Networks (International Edition)

by Andrew S. Tanenbaum
4.1 out of 5 stars (50)  £47.49
Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC

Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC

by Harvey M. Deitel
5.0 out of 5 stars (1)  £17.99
Accelerated C++: Practical Programming by Example (C++ in Depth Series)

Accelerated C++: Practical Programming by Example (C++ in Depth Series)

by Andrew Koenig
4.8 out of 5 stars (15)  £21.69
Explore similar items

Product details

  • Paperback: 1168 pages
  • Publisher: Prentice Hall; 3 edition (15 Aug 2000)
  • Language English
  • ISBN-10: 0130895717
  • ISBN-13: 978-0130895714
  • Product Dimensions: 23.1 x 17.5 x 3.8 cm
  • Average Customer Review: 4.1 out of 5 stars See all reviews (12 customer reviews)
  • Amazon.co.uk Sales Rank: 359,313 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review
The authors claim that the third edition of C++ How to Program is suitable for both beginners and experienced programmers. They justify it by providing a complete course in C++, in-depth explanations of C++ features and by insisting on teaching good programming practice--all delivered in a remarkably clear and readable style.

Nevertheless, your first impression will be of an impenetrable forest of dense text starting with an intimidatingly long discussion of the aims of the book and the origins of object-oriented programming in the preface. Fortunately, once past this you arrive at a well-structured text which starts as it goes on. A simple "Welcome to C++" program is presented which is then examined line by line. The same program is then implemented in a variety of ways to demonstrate the flexibility of the language. Among all this you will find many Good Programming Practice tips and rather fewer Common Progamming Errors with, later on, Testing And Debugging Tips--among other asides. It all makes for a lively and interesting read.

The book comes with Microsoft's Visual C++ 6 Introductory Edition on CD along with the hundreds of example programs. However, the text addresses ANSI/ISO C++ with no specific VC++IE coverage.

Combining a practical, stylish approach with a good theoretical basis for OOP, the use of UML for large program design and the many practical projects this has to be the most useful book available for anyone interested in C++. --Steve Patient

Product Description

For Computer Science 1 and other courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference to the C++ language.

This best-selling comprehensive text is aimed at readers with little or no programming experience. It teaches programming by emphasizing achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction.



See all Product Description

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)
Check a corresponding box or enter your own tags in the field below
work
programming languages

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

C++: How to Program
60% buy the item featured on this page:
C++: How to Program 4.1 out of 5 stars (12)
How to Program C++
23% buy
How to Program C++
£51.29
The C++ Programming Language, Special Edition
17% buy
The C++ Programming Language, Special Edition 3.7 out of 5 stars (29)
£29.99

 

Customer Reviews

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

 
8 of 8 people found the following review helpful:
2.0 out of 5 stars IMHO, this text is over-rated., 30 Aug 2002
I own or have read many of the Deitel & Deitel: How to program series (C++, C, E-Business, The Internet, C/C++ Cyber Classroom, & XML). The Deitels are indeed very profficient and prolific with intro programming texts. However, the C++ text is, IMHO (in my humble opinion) highly over-rated. Some of the reasons I will discuss below:

The size is unjustly (but significantly) inflated due to its repetition of all the hints, tips, observations, etc. that are presented within each of the chapters and re-iterated at the end of each chapter.

The sections on pointers were not the best I've seen -- and this is such a critical part of C/C++.

The formatting of the book (and indeed nearly the whole Deitel and Deitel "How To..." Series) is simply bad. All the programming hints, Software Engineering obsevations, portability tips, common programming errors, etc. are colour coded so that the text looks like a wall-paper sample book. It reminds me of some poor web-sites that use every colour and flashing item possible. Worse, these are (randomly?) spread throughout each chapter in the middle of the text so that it interrupts every groove you get into. (reading texts is not a quick process with the best of texts...so I don't appreciate being interrupted every 60 seconds.)

The result is that the text takes much longer to get through, since you are constantly being interrupted. Most other texts would use separate sections, or text boxes or something. Putting all these superfluous comments interspersed makes the reading hard-going.

Another thing that is starting to bother me about this and other D&D books is the repetition. As I've said, I've bought lots of their texts, and I feel I've paid several times over for similar content. (For example the C text contains a couple of chapters on C++, many of the books have similar introductory chapters...)

My biggest gripe perhaps is the introduction of object-oriented S/W development. Sorry guys but the Elevator example (which is addressed ad infinitum) is poor. It is discontinuous. There is little flow. I would have preferred something that was more clear with respect to the S/W development process for O-O...sadly missing.

Finally, I found many of the programming examples disappointing. Although they may have demonstrated individual concepts well, I did not get the sense of how it all fits together. I would have preferred the examples to be cumulative. By this I mean that the readers should be developing systems from the examples...not just simple programs. This would give a much better view as to how everything fits together from methodologies through to functionality to syntax. (it also would have been nice if there was an additional section on the MFC (Microsoft foundation classes).

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



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars An excellent C++ book, 3 May 2002
By A Customer
I found this book informative and accessible. I do have a background in Java, but never programmed in C++ before. I was able to lift this book, and after a little reading write C++ programs.

There are plenty of code samples, and good explainations of this code. Any questions I have had, the answers have been in this book. I would highly recommend this book to anyone who wanted to learn C++.

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



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Wonderful Book!, 13 Jan 2001
By A Customer
Clear, thorough, very interesting and an engaging way to learn C++. I have been off work ill and took to learning C++ to pass the hours, this book has enabled me to get to grips with a very challenging topic.
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

3.0 out of 5 stars Hard nuts for newbeginners
The book is good but many new programmers and students find difficulties in learning it the way it is presented. Read more
Published on 10 Jul 2001

1.0 out of 5 stars C'mon its not that good, ever heard of Stroustrup??
I used an earlier version of this in college and wrestled with the language in vain. Got Stroustroup's third edition, plain sailing since. Read more
Published on 4 May 2001

5.0 out of 5 stars Simply outstanding introductory text (about first edition)
I bought the first edition of this book in University in 95 and I still use it sometimes as a reference book. Read more
Published on 14 Mar 2001 by Norberto Amaral

5.0 out of 5 stars Fantastic, Brilliant and Informative
This book is just fab. A must have for all beginners and professionals alike. Clearly written and easy to understand. This book is made for everyone. Read more
Published on 6 Mar 2001 by Ambar Hamid

5.0 out of 5 stars an investment
I purchased the 2nd edition and its a really good book well worth investing in. I've even found myself wanting to buy edition 3, its that good. Read more
Published on 11 Feb 2001 by ian_oldbury@lineone.net

5.0 out of 5 stars Excellent boo kfor C++ university course
I have used this book for my degree course and it is excellent. The book proceeds in a methodical manner and the code listings are v useful. Read more
Published on 9 Oct 2000

3.0 out of 5 stars Quite a good book but not recommended for beginners
This is quite good it has lots of examples and is quite well explained. The book claims it is suitable for beginners however this is not true as it teaches in a matter that is... Read more
Published on 5 April 2000

5.0 out of 5 stars excellent! full of examples and exersises
This book is full of examples for every single element which it introduces. It starts from the ground up, so its good for beginners, and it has many exersises at the end of every... Read more
Published on 3 Jan 2000 by beardmcbob

5.0 out of 5 stars Makes bits click into place that other books cannot reach
I havbe several books on C/C++ programming. I have only started Classes and it already has started putting the other books info into place. Read more
Published on 2 Jan 2000

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Listmania!


Look for similar items by category


Feedback


C++ Black Book

C++ Black...

Written to give the reader the knowledge to master C++, from the... Read more

Find similar items

 

More From P.J. Deitel

Java: How to...

Java: How to Program

The Deitels' groundbreaking How to Program series offers unparalleled... Read more

 

Boys Smell

Lynx Africa Body Spray and After Shave Gift set
But we make sure they smell good...

Discover male grooming at Amazon.co.uk

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates