or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
25 used & new from £9.20

Have one to sell? Sell yours here
 
   
C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill))
 
 

C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill)) (Paperback)

by Herbert Schildt (Author) "If there is one language that defines the essence of programming today, it is C++ ..." (more)
4.7 out of 5 stars  See all reviews (18 customer reviews)
RRP: £19.99
Price: £16.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.00 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 5 left in stock--order soon (more on the way).

Want guaranteed delivery by Thursday, February 11? Choose Express delivery at checkout. See Details
17 new from £9.30 8 used from £9.20

Frequently Bought Together

Customers buy this book with Accelerated C++: Practical Programming by Example (C++ in Depth Series) by Andrew Koenig

C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill)) + Accelerated C++: Practical Programming by Example (C++ in Depth Series)
Price For Both: £32.42

Show availability and delivery details


Customers Who Bought This Item Also Bought


Product details

  • Paperback: 576 pages
  • Publisher: McGraw-Hill Osborne; 2 edition (1 Dec 2003)
  • Language English
  • ISBN-10: 0072232153
  • ISBN-13: 978-0072232158
  • Product Dimensions: 22.8 x 18.4 x 3.2 cm
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon.co.uk Sales Rank: 5,970 in Books (See Bestsellers in Books)

    Popular in these categories:

    #1 in  Books > Computing & Internet > Programming > Introduction to Programming > C++
    #2 in  Books > Computing & Internet > Programming > Languages > C & C++ > Introductory C++
    #23 in  Books > Computing & Internet > Programming > Languages & Tools
  • See Complete Table of Contents

Product Description

Product Description

Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace.

About the Author

Herbert Schildt (Mahomet, IL) is a leading programming author. He is an authority on the C, C++, Java, and C# programming languages, and a master Windows programmer. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best-sellers including, C++: The Complete Reference, C: The Complete Reference, C++ from the Ground Up, Java 2: The Complete Reference, Java 2: A Beginner's Guide, C#: A Beginner's Guide, The Art of Java and many more. Schildt holds a master's degree in computer science from the University of Illinois.

Inside This Book (Learn More)
First Sentence
If there is one language that defines the essence of programming today, it is C++. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill))
67% buy the item featured on this page:
C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill)) 4.7 out of 5 stars (18)
£16.99
Accelerated C++: Practical Programming by Example (C++ in Depth Series)
17% buy
Accelerated C++: Practical Programming by Example (C++ in Depth Series) 4.8 out of 5 stars (17)
£15.43
Beginning C ++ Through Game Programming, Second Edition
6% buy
Beginning C ++ Through Game Programming, Second Edition 3.8 out of 5 stars (16)
£14.83
C++ for Dummies
5% buy
C++ for Dummies
£11.00

 

Customer Reviews

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

 
15 of 15 people found the following review helpful:
4.0 out of 5 stars Good for new programmers, 14 Oct 2006
By Damienn (Istanbul) - See all my reviews
It is the best choice for those who are beginner in programming. It assumes that you know nothing about programming.
But if you know C language or the basis of programming, you should try other books. Because it is a time waste for them. I regret a little for buying this book because I know C and it is like repeating same things in many pages of this book
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
12 of 12 people found the following review helpful:
5.0 out of 5 stars Great much better than others`, 4 Aug 2006
By Mr. Benjamin Flowers (UK) - See all my reviews
(REAL NAME)   
I love this book, its simply fantastic. I have tried another C++ Beginners book and i *thought* c++ was ridiculously hard and i would never acomplish it. ( sams teach yourself c++ in 21 days ) i mean i had read like 2 hundred pages of this book and it was still on the basics - i think i hadn't even reached the cin >> command !! this one however does move at an okay pace. Herb Shild really knows his stuff, sometimes however he explains it a little TOO thoughrouly and i end up having to re-read certain parts of the chapter again. There is a learning cve towards the end of this book though. it suddenly becomes a lot more comlicated once you hit the pointers, although im pretty sure this is because i had a little experience in the BASIC language, and nothing at all like pointers ever came up. I attempt to read 1 chapter in a go, although after i feel my brain has been fried in the latter parts of the book.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
13 of 15 people found the following review helpful:
4.0 out of 5 stars Good book, , 15 May 2006
By W. Dalmijn - See all my reviews
(REAL NAME)   
This is a good book, it gives you a detailed explanation how the context of C++ works. Meaning it is a perfect book to grab and look up how the basic syntax of C++ is, it explains to you how to do OOP (Object Oriented Programming) and also how to make header files and why they are neccesary.

The problem with this book however is, and this is a general problem with most books. Is that it might explain to you HOW C++ works, it does not explain to you how to begin programming, it gives you the neccesary tools to build a house. Just not the manual explaining to you how to start building the house.Its very well written, and its a great reference guide. But for people who need to really need to program a C++ Application that does something in windows for example:

http://www.amazon.co.uk/exec/obidos/ASIN/0764571974/qid=1147692569/sr=8-7/ref=pd_ka_7/203-2806617-1806361

This is a good book that explains to you how to pogram in Windows with Visual Studio 2005, basically if you need to make an application a book like this gives you more of a graps what for posibilities C++ gives you.

In conclusion:

This book is well written, its a good reference guide and I use it extensivly when teaching my friends how to program, it gives easy examples to digest and understand the reasoning on why it works. But where it fails is teach the reader how to begin programming, which is a hard subject altogether and many books are written about it :) If you want the hard cold naked C++ code with no compiler attached: Get this book

If your boss wants a application that does Database communication and also has a nice interface use the book i referenced to :)





Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

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

5.0 out of 5 stars Excellent for new programmers
I am really impress with this book as for first time (after years of trying and even paying for courses), step by step this book teach me how to program in c++. Read more
Published 24 days ago by Dr. Pedro L. Moran-Raschio

5.0 out of 5 stars Excellent programming book, fun to read
This publication is truly outstanding. Most programming book I've read so far were either too scientific, incomplete or written as a non-sense. Read more
Published 4 months ago by Jan Janikovic

5.0 out of 5 stars An excellent starting point
Herbert Schildt's reputation is well deserved, and C++: A Beginners Guide (Second Edition) is yet another essential for anyone wanting to either learn C++ programming, or (in my... Read more
Published 6 months ago by Mrs. J. A. Nicholson

5.0 out of 5 stars ++C
A great book for absolute beginners like myself, it can often feel laborious learning c++ for some one who knows nothing about programming at all but if you are serious about... Read more
Published 7 months ago by D. Robinson

1.0 out of 5 stars Inaccesible and longwinded
bought a couple of beginner c++ books to help me with some VST plugin designs, this one just didn't seem helpful at all and was rather poorly written. Read more
Published 8 months ago by T. Head

5.0 out of 5 stars Most accessible programming book for beginners
I have tried many programming books and quite a few C++ specific ones and this is by far the most accessible. Read more
Published 11 months ago by Gunslinger4723

5.0 out of 5 stars An excellent beginners reference
This book is great for anyone who wants to learn C++.

It is however required of the reader to be patient and keep reading the book, if you do not have the capacity... Read more
Published 12 months ago by M. Sharp

5.0 out of 5 stars Best beginner's guide out there
In my honest opinion, as a person who really needs concepts to be "dumbed down" before I can absorb it, this is really THE starting point for learning C++. Read more
Published 17 months ago by A. F. Alhabshi

5.0 out of 5 stars very good inroduction to C++
this is a very good book as an introduction to C++. The book provide you with codes that are suitble for both windows and linux. Read more
Published 21 months ago by Mr. Aladdin Alkindy

5.0 out of 5 stars Satisfied
This is a great book, it brings you through the basics step by step and brings you on to more complicated stuff the more you progress throughout the book, i highly recommend... Read more
Published on 5 Feb 2008 by A. Duffy

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
 


Active discussions in related forums
   
Related forums


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


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.