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

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

List Price: £19.99
Price: £11.47 & eligible for FREE Super Saver Delivery. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

37 new or used available from £9.50

Average customer review:

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.


Product Details

  • Amazon Sales Rank: #63416 in Books
  • Published on: 2003-12-01
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 576 pages

Editorial Reviews

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.


Customer Reviews

Good for new programmers4
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

Great much better than others`5
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.

Good book, 4
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 :)