Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

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

Have one to sell? Sell yours here
 
   
C++ without Fear: A Beginner's Guide That Makes You Feel Smart
 
 

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

by Brian Overland (Author) "There's nothing to fear about C++ programming-really! ..." (more)
3.5 out of 5 stars See all reviews (4 customer reviews)
RRP: £19.94
Price: £16.95 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £2.99 (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 Saturday, July 18? Choose Express delivery at checkout. See Details
18 new from £14.76 7 used from £12.49

Frequently Bought Together

C++ without Fear: A Beginner's Guide That Makes You Feel Smart + Practical C++ Programming + The C++ Programming Language, Special Edition
Price For All Three: £68.63

Show availability and shipping details


Customers Who Bought This Item Also Bought

Practical C++ Programming

Practical C++ Programming

by Steve Oualline
2.5 out of 5 stars (4)  £21.69
The C++ Programming Language, Special Edition

The C++ Programming Language, Special Edition

by Bjarne Stroustrup
3.7 out of 5 stars (29)  £29.99
Programming Pearls (ACM Press)

Programming Pearls (ACM Press)

by Jon Bentley
4.3 out of 5 stars (7)  £13.19
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
4.6 out of 5 stars (16)  £11.89
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)

by Scott Meyers
4.8 out of 5 stars (44)  £19.19
Explore similar items

Product details

  • Paperback: 528 pages
  • Publisher: Prentice Hall; Pap/Cdr edition (23 Sep 2004)
  • Language English
  • ISBN-10: 0321246950
  • ISBN-13: 978-0321246950
  • Product Dimensions: 23.2 x 17.8 x 3 cm
  • Average Customer Review: 3.5 out of 5 stars See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 43,180 in Books (See Bestsellers in Books)

    Popular in these categories:

    #5 in  Books > Computing & Internet > Programming > Introduction to Programming > C++
    #8 in  Books > Computing & Internet > Programming > Languages > C & C++ > Introductory C++
  • See Complete Table of Contents

Product Description

Product Description

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.





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.





See all Product Description

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:

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
programming
cplusplus
computer programming
c plus plus
tutorials
cpp programming
cpp

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
1 of 1 people found the following review helpful:
1.0 out of 5 stars Bad form and confusing for new programmers, 14 Sep 2007
By E. Higgs - See all my reviews
(REAL NAME)   
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.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars A great introductory book, but with some flaws, 22 Jun 2007
By D. Heaven (Devon, United Kingdom) - See all my reviews
(REAL NAME)   
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars What a great first read!!!!, 3 Feb 2007
I bought this book as a first read and it was great!!!!

The examples are good but some can be a bit trivual! It demonstrates everything very well. It also covers every topic clearly.

It is a good read to get you makeing software straight away. It does not cover GUI or advance topics like that but if you want a good base then buy this book!!!
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

4.0 out of 5 stars This book is great for beginners
Having not programed at all. I have had the experience in the past of buying computer books and they being a complete waste of time and money. Read more
Published 20 months ago by gamerwannado

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


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

More From Brian R. Overland

Visual Basic 6...

Visual Basic 6 in Plain English

Spend less time searching for Visual Basic commands and more time... Read more
£23.99 £20.39

 

A Close Shave

Philips Nivea Coolskin HS8060 Moisturizing Rotary Shaving System
For all types of hair removal, stay smooth with Amazon.co.uk.

Discover Shaving & Hair Removal

 

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