Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
C++: A Beginner's Guide, Second Edition
 
 

C++: A Beginner's Guide, Second Edition [Paperback]

Herbert Schildt
4.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 31.95
Price: CDN$ 25.56 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 6.39 (20%)
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.
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Friday, February 10? Choose One-Day Shipping at checkout.
There is a newer edition of this item:
C++:  A Beginner's Guide, 3rd Edition C++: A Beginner's Guide, 3rd Edition
CDN$ 27.55
Available for Pre-order

Special Offers and Product Promotions


Frequently Bought Together

Customers buy this book with Advanced Engineering Mathematics CDN$ 227.11

C++: A Beginner's Guide, Second Edition + Advanced Engineering Mathematics
Price For Both: CDN$ 252.67

Show availability and shipping details

  • This item: C++: A Beginner's Guide, Second Edition

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Advanced Engineering Mathematics

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Product Details


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
 

 

Customer Reviews

1 Review
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

4.0 out of 5 stars Great book for the basics, Feb 12 2009
This review is from: C++: A Beginner's Guide, Second Edition (Paperback)
This is a descent C++ book for beginners, it explains the basic concepts clearly. However, there aren't too many examples, and the concepts are iterated too many times. It also lacks problem solving lessons in mathematics and science (as expected since it's a C++ book for beginners). Overall, a good reference book if you need to review the basics.
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 Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.2 out of 5 stars (17 customer reviews)

18 of 18 people found the following review helpful:
5.0 out of 5 stars An awesome guide for beginners, Jun 25 2007
By J. Swanson "prindle_okc" - Published on Amazon.com
This review is from: C++: A Beginner's Guide, Second Edition (Paperback)
This book is exactly what it purports to be....A Beginner's Guide. It's not written as an extensive reference nor does it completely cover every topic addressed in the book. What it does do is it gives beginner's a way to get started in the language. C++ is a huge language and very complex. This book is an introductory text to be used by any beginning programmer, even if you've never had experience programming in any language before.

This book will probably not appeal to programmers that are already familiar with C++. If you are a programmer in another OO language like Java, then you may find this book helpful but I think there are better alternative.

When I was beginning my CS degree, I had no prior knowledge of C++ and this book saved me because the writer's style is very laid back and verbose. He explains most topics adequately but not completely so often I found myself turning back to the course text book for additional information. However, his style of writing is very easy and non-patronizing. He doesn't expect you to already know what a function is nor the difference or similarities between a pointer and an array. He explains this all for you and doesn't require the reader to make leaps in logic to assimilate the concepts. Those leaps can come later....beginners need to learn how to solve problems and build up their confidence in programming....this book does that.

The value of this book lies not in it's complete coverage of the language, the value comes from how the author presents at least one solution to most programming problems and then moves on to other topics. It does weigh in at around 550 pages, including the index so it's not a pamphlet by any means.

The chapters are laid out in a very organized fashion that really helped me assimilate the information. In order, they are:
1. C++ Fundamentals
2. Introducing Data Types and Operators
3. Program Control Statements
4. Arrays, Strings, and Pointers
5. Introducing Functions
6. A Closer Look at Functions
7. More Data Types and Operators
8. Classes and Objects
9. A Closer Look at Classes
10. Inheritance, Virtual Functions, and Polymorphism
11. The C++ I/O System
12. Exceptions, Templates, and Other Advanced Topics.
Appendix A. The Preprocessor
Appendix B. Working with an Older C++ Compiler
Index

Through out the chapters there are also projects where you can try out what you've just learned and if you get stuck, there's a step-by-step walk through of the solution. There are also progress checks that question you about what was just covered. This constant reinforcement/repeating of the material is what really helped me learn the subject.

I used this book through both my beginning and advanced C++ classes and data structures class. I still refer back to it from time to time but not as much anymore...I've since found other, more complete references.

I highly recommend this book to any newcomer or anyone that's tried other C++ books and still doesn't "get it". I do not recommend this book to those that are already familiar with the language as it's likely to be too long winded for them.

6 of 6 people found the following review helpful:
5.0 out of 5 stars Author Knows How To Write For Beginners, Jun 16 2009
By Huge Boz Fan - Published on Amazon.com
This review is from: C++: A Beginner's Guide, Second Edition (Paperback)
I really like Herb Schildt's style. He makes a complex subject extremely understandable. We've all had to labor our way through "beginner" books that were either too basic or that required a PhD in computer science. This book is neither. It covers C++ thoroughly but in an understandable way. It also explains object-oriented programming in a way that helped me better understand what OOP is all about. I highly recommend this book.

5 of 6 people found the following review helpful:
3.0 out of 5 stars can't go wrong, Jan 18 2007
By Andy Cobty - Published on Amazon.com
This review is from: C++: A Beginner's Guide, Second Edition (Paperback)
Very good book. I don't know anything about C++ but this books presents it in a clear and easy manner. Also, the price was really good compared with the amount of information this book has to give and all examples of codes work with visual basic and borland...However it doesn't provide enough exercises and when you reach the end of a chapter it feels rushed, the exercises they give you is relatively hard. If this doesn t phase you then add one star because the explanations are really clear
 Go to Amazon.com to see all 17 reviews  4.2 out of 5 stars 
 
 
Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges