C++ Without Fear and over 1.5 million other books are available for Amazon Kindle . Learn more

Buy Used
Used - Good See details
Price: £3.79

or
Sign in to turn on 1-Click ordering.
 
   
Trade in Yours
For a £0.50 Gift Card
Trade in
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Start reading C++ Without Fear on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

C++ without Fear: A Beginner's Guide That Makes You Feel Smart [Paperback]

Brian Overland
3.6 out of 5 stars  See all reviews (7 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £15.66  
Paperback --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Books Trade-In Store for more details. Learn more.
There is a newer edition of this item:
C++ Without Fear: A Beginner's Guide That Makes You Feel Smart C++ Without Fear: A Beginner's Guide That Makes You Feel Smart 3.5 out of 5 stars (2)
£15.19
In stock.

Book Description

14 Sep 2004 0321246950 978-0321246950 1

If you've always wanted to learn how to program a computer, or to learn the popular C++ programming language, here's the perfect book and CD to get you started. You'll find everything you need patiently explained and clearly illustrated, from general programming concepts and techniques to the particulars of the C++ language. In no time, you'll be writing your own programs!

Yes, programming can be a complex task, and C++ is a language often used by professionals. In fact, many of the coolest games , graphics, and Internet applications are created with C++. But the language, like the monster on the cover, need not be all that fearsome. Broken down to its essentials, and enhanced by simple examples and practical exercises, you'll be amazed at the quick progress you can make.

With C++ Without Fear, you will

  • Learn the basics of C++ programming
  • Get started writing your own programs
  • See how and why each piece of a program does what it does
  • Create useful and reusable program code
  • Understand object-oriented programming--for once explained in simple, down-to-earth terms

Whether you wish to learn C++ programming for pleasure--and you'll discover here how much fun it can be--or might be considering a career in programming, this book is an intelligent first step.

The accompanying CD-ROM contains a free C++ compiler for writing and running C++ programs, which will let you get started right away. It also includes all the examples and answers to all the exercises in the book. The CD-ROM will run on any PC running MS-DOS or Windows.





Product details

  • Paperback: 528 pages
  • Publisher: Prentice Hall; 1 edition (14 Sep 2004)
  • Language: English
  • ISBN-10: 0321246950
  • ISBN-13: 978-0321246950
  • Product Dimensions: 18 x 2.5 x 23.4 cm
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Bestsellers Rank: 139,368 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Discover books, learn about writers, and more.

Product Description

From the Back Cover

If you've always wanted to learn how to program a computer, or to learn the popular C++ programming language, here's the perfect book and CD to get you started. You'll find everything you need patiently explained and clearly illustrated, from general programming concepts and techniques to the particulars of the C++ language. In no time, you'll be writing your own programs!

Yes, programming can be a complex task, and C++ is a language often used by professionals. In fact, many of the coolest games , graphics, and Internet applications are created with C++. But the language, like the monster on the cover, need not be all that fearsome. Broken down to its essentials, and enhanced by simple examples and practical exercises, you'll be amazed at the quick progress you can make.

With C++ Without Fear, you will

  • Learn the basics of C++ programming
  • Get started writing your own programs
  • See how and why each piece of a program does what it does
  • Create useful and reusable program code
  • Understand object-oriented programming--for once explained in simple, down-to-earth terms

Whether you wish to learn C++ programming for pleasure--and you'll discover here how much fun it can be--or might be considering a career in programming, this book is an intelligent first step.

The accompanying CD-ROM contains a free C++ compiler for writing and running C++ programs, which will let you get started right away. It also includes all the examples and answers to all the exercises in the book. The CD-ROM will run on any PC running MS-DOS or Windows.



About the Author

Brian Overland has considerable experience programming with C++ and teaching basic techniques to others. For ten years at Microsoft, he worked as a C++ programmer and writer, as well as project leader--a unique combination that prepared him well to write lucid, accurate programming books. He is the author of six programming books in all, including C++ in Plain English, Third Edition John Wiley & Sons, 2001. Brian currently is the CEO of Storage Tech LLC, a pioneer in the area of digital record storage.




Inside This Book (Learn More)
First Sentence
There's nothing to fear about C++ programming-really! Read the first page
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

3.6 out of 5 stars
3.6 out of 5 stars
Most Helpful Customer Reviews
4 of 4 people found the following review helpful
1.0 out of 5 stars Bad form and confusing for new programmers 14 Sep 2007
Format:Paperback
A colleague of mine is trying to learn how to program in C++ using this book and judging from his questions, this book is horrible. Looking over the parts that confuse him I see loads of really bad style that I would even consider errors.

For example, the user uses integers for boolean flags (e.g. "int x = false;"). It teaches bad habits to new C++ programmers. In other examples (e.g. the triangle(int num) example), the author uses different argument names in the prototype and the implementation.

In the prime number example in chapter 4, "int prime(int n)" returns a boolean value rather than the integer defined in the type signature. Also, it uses C style casts to pass integer variable 'i' to sqrt. It should use static_cast<double> instead.

I don't see any reason for someone interested in learning C++ to buy this book. I suggest "Accelerated C++: Practical Programming by Example" by Andrew Koenig instead.
Was this review helpful to you?
2 of 2 people found the following review helpful
4.0 out of 5 stars A great introductory book, but with some flaws 22 Jun 2007
Format:Paperback
A generally excellent book, but there are some errors, particularly with the answers to exercises (it makes me wonder whether, as he claims, they actually have been compiled and tested).
For example, all of his "prime number" examples do not work for 1 or 3. The author should have used a do...while loop, and corrected the error with 1 being described as a prime number.

Others include the fact that he (correctly) discourages the use of C-Style casts, and encourages the use of C++ style specific casts (static_cast etc.), but then clearly uses the former in examples?

However, all things considered, it's a great introductory book, and highly recommended.
Comment | 
Was this review helpful to you?
Format:Paperback|Amazon Verified Purchase
This book comes recommended on the web- as a good first book if you want to learn C++. I bought this as used, when it arrived (within a few days-excellent service) it looked brand new-with the cd still inside the back cover.

This is a very good book if you want to learn C++ and at a price anyone can afford. My only advice would be, go for the 2nd edition.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Feedback