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

8 used & new from £29.08

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.7 out of 5 stars See all reviews (6 customer reviews)

Available from these sellers.


3 new from £35.64 5 used from £29.08
Other Editions: RRP: Our Price: Other Offers:
Paperback (4th International edition) 5 used & new from £7.00

Customers Who Bought This Item Also Bought

The  C Programming Language (2nd Edition)

The C Programming Language (2nd Edition)

by Brian W. Kernighan
4.7 out of 5 stars (96)  £19.17
Database Systems: A Practical Approach to Design, Implementation and Management (International Computer Science Series)

Database Systems: A Practical Approach to Design, Implementation and Management (International Computer Science Series)

by Thomas Connolly
4.0 out of 5 stars (15)  £47.49
Essence of Databases (Essence of Computing)

Essence of Databases (Essence of Computing)

by Fred Rolland
4.2 out of 5 stars (5)  £30.39
Objects First with Java: A Practical Introduction Using BlueJ

Objects First with Java: A Practical Introduction Using BlueJ

by David J. Barnes
4.3 out of 5 stars (19)  £37.52
Explore similar items

Product details

  • Paperback: 1408 pages
  • Publisher: Prentice Hall; 4 edition (13 Sep 2002)
  • Language English
  • ISBN-10: 0130384747
  • ISBN-13: 978-0130384744
  • Product Dimensions: 23.2 x 17.4 x 4.4 cm
  • Average Customer Review: 4.7 out of 5 stars See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 511,040 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
C++Builder | Visual IDE
   www.Embarcadero.com    RAD Visual IDE for rapid C and C++ Development. More info. Free trial 
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 
  
 

Product Description

Product Description

For Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference for the C++ language.

This best-selling comprehensive text is aimed at readers with little or no programming experience. It teaches programming by presenting the concepts in the context of full working programs. The text has an emphasis on achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction. The Fourth Edition reflects the suggested improvements of a distinguished team of industry professionals and academics.



From the Back Cover

The complete, authoritative DEITEL LIVE-CODE introduction to C++, Object-Oriented Design (OOD) with the UML and Web programming with CGI.

This Fourth Edition of the world's most widely used C++ textbook explains C++'s extraordinary capabilities, presents an optional object-oriented design and implementation case study with the Unified Modeling Language (UML) from the Object Management Group, and introduces n-tier Web-applications development with CGI.

Dr. Harvey M. Deitel and Paul J. Deitel are the founders of Deitel & Associates, Inc., the internationally recognized corporate-training and content-creation organization specializing in C++, C, Visual C++® .NET, Java, C#, Visual Basic® .NET, XML, Python, Perl, Internet, Web, .NET and object technologies. The Deitels are the authors of several of the world's best-selling programming-language textbooks, including Java How to Program, 4/e, and Internet & World Wide Web How to Program, 2/e.

In C++ How to Program, 4/e, the Deitels introduce the fundamentals of object-oriented programming and generic programming in C++. Key topics include:

  • Control structures/Functions/Pointers
  • Classes/Objects/Encapsulation
  • OOP/inheritance/Polymorphism
  • Object-Oriented Design with the UML
  • string and vector objects
  • Pointer-based arrays and strings
  • Exception handling/Operator overloading
  • Templates/Data structures/Files/Streams
  • Standard Template Library (STL)
  • Bit and character manipulation
  • Namespaces/Run-Time Type Information
  • N-tier Web applications/CGI/XHTMLTM

C++ How to Program, 4/e, helps students build real-world C++ applications. It includes:

  • Hundreds of LIVE-CODE programs with screen captures that show exact outputs
  • Extensive Internet and World Wide Web resources to encourage further research
  • Hundreds of tips, recommended practices and cautions—all marked with icons

C++ How to Program's teaching resources include Web sites (http://www.deitel.com, http://www.prenhall.com/deitel and http://www.informit.com/deitel) with the book's code examples (also on the enclosed CD) and information for faculty, students and professionals; an optional CD (C++ Multimedia Cyber Classroom, 4/e) with solutions to approximately half the exercises in C++ How to Program, 4/e, interactivity features—including hyperlinks and audio walkthroughs of the code examples.



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
computer programming
programming languages
software
object-oriented design
good condition
computers
blub

Your tags: Add your first tag
 

 

Customer Reviews

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

 
10 of 10 people found the following review helpful:
5.0 out of 5 stars Great reference got better... must have for C++ developers!, 4 Dec 2002
By Paul "paul_e_coyote" (Bournemouth, UK) - See all my reviews
It's the set text for many university courses. It has stuff on UML. It teaches by example. It's colourful and written with insight. For those people studying it will probably have pre-rolled answers to your C++ homework. It even has a CD with the source and freebie software (VC++ 6 - Introductory Edition).

I went through university with the second edition. This forth edition adds more focus on Internet (via CGI), talks through the basics of the STL and applies Object Oriented design. If you want to write truly portable code and want to move away from the sometimes flaky and bloated MFC, then read this.

I still use the second edition at work, but as I do hobbyist programming at home and that copy is all beaten up - I just had to have this copy.

I can't recommend this to anyone highly enough, beginners in C++ or seasoned pros - this book belongs at your side!

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



 
4 of 4 people found the following review helpful:
4.0 out of 5 stars Good book, sometimes too detailed, 9 Jan 2003
Same as with Java: How to Program, I found this book full of good tips. At some points, though, the book is too detailed and you spend quite a while getting through the text that you don't really need to read. This is particularly true about the first few chapters. Anyhow, as I don't know about any better book on C++ on the market, I certainly recommend this one!
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 Enormous C++ book, 21 Jun 2007
By A. J. HAWKEN "Tony Hawken" (London - UK) - See all my reviews
(REAL NAME)   
This is absolutely enormous, so I cannot pretend to have read more than a small fraction of it. I recently started to update my C++ knowledge particularly in the changes to the language before and after the new ANSI/ISO standard. I used this book in conjunction with the Quincy 2005 IDE that I downloaded from the Internet.

I think of this book more as a reference book to check on things when my programs go wrong. It is however written as a text-book and has a logical presentation and very clear descriptions.
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 The ULTIMATE C++ Book
This is the best programming book I have ever read. Concise and not boring - it explains both the 'hows' and 'whys' of the language and gives tips on Software Engineering... Read more
Published on 22 Aug 2004

5.0 out of 5 stars a very good reference
one of the best books to learn c++ from scratch. The details may be a little disturbing when reading this book for the first time, but they are a very good reason to read it again... Read more
Published on 23 Jun 2004

4.0 out of 5 stars Very Good Product but a bit too detailed
This is a great resource for all those who are interested in getting to the C++ programming language. Read more
Published on 16 Feb 2004

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


Fun for Everyone

Christmas Gifts
Achieve over 15,000 RPM with our great range of Powerballs.

Shop the Powerball store

 

More From P.J. Deitel

Internet and World...

Internet and World Wide Web: How to...

A solid jack-of-all-trades reference, The Complete Internet and WWW... Read more

 

Train Hard...Play Hard

Nike, Gola, Converse, and more
Gear up with up to 60% off athletic and outdoor shoes.

Shop now

 

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