Computer Book Shop - Computer Software - Training - Tutorials - Templates - Apple Mac Computers - Joomla - Mambo - CMS - PHP - MacBook Air

 Location:  Home » C+ Books » C++ Primer Plus (5th Edition)  
Aeronautic.net Navigation
Ventura Web Design
Contact Us
Web Hosting
Webmaster Tips - Tools
Domain Name Registration
Credit Card Merchant Account
International Orders & Shipping
VIEW CART
Checkout
Subcategories
Paperback
Mass Market
Trade

C++ Primer Plus (5th Edition)

C++ Primer Plus (5th Edition)Author: Stephen Prata
Publisher: Sams
Category: Book

List Price: $59.99
Buy New: $36.00
as of 9/7/2010 04:57 PDT details
You Save: $23.99 (40%)



New (34) Used (26) from $25.00

Seller: Pei Sun
Rating: 4.5 out of 5 stars 75 reviews
Sales Rank: 6320

Media: Paperback
Edition: 5
Pages: 1224
Number Of Items: 1
Shipping Weight (lbs): 4.2
Dimensions (in): 9.1 x 7.4 x 1.7

ISBN: 0672326973
Dewey Decimal Number: 005.133
UPC: 752063326978
EAN: 9780672326974
ASIN: 0672326973

Publication Date: November 25, 2004
Availability: Usually ships in 1-2 business days

Also Available In:

  • Kindle Edition - C++ Primer Plus
  • Kindle Edition - C++ Primer Plus

Editorial Reviews:

Product Description

If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs. With the help of this book, you will:

  • Learn C++ programming from the ground up.
  • Learn through real-world, hands-on examples.
  • Experiment with concepts, including classes, inheritance, templates and exceptions.
  • Reinforce knowledge gained through end-of-chapter review questions and practice programming exercises.

C++ Primer Plus, Fifth Edition makes learning and using important object-oriented programming concepts understandable. Choose this classic to learn the fundamentals and more of C++ programming.





Customer Reviews:
Showing reviews 1-5 of 75
1 2 3 4 5 6 ...15Next »



5 out of 5 stars If I was looking for a place to begin...this would be it!   June 25, 2005
Patrick Thompson (Sydney, NSW Australia)
147 out of 154 found this review helpful

Stephen Prata: give the man a cheer (beer!) (or many)! This book is good...no, not good...GREAT! A book doesn't last 20 years (yes, 20) through various editions (5 obviously) without being something special. And this is no exception. This is unqeustionably the best beginner/intermediate book on C++ I have ever read (it pains me to say it...but it has dethroned Object oriented programming in c++ by Lafore, ISBN 0672323087 in that respect). Maybe it's just me, but Prata has a tone (a way) that just makes it VERY easy to relate to the concepts he is trying to explain. He doesn't belabor a point, nor does he treat you like a gumby or one of his colleagues to impress with his knowledge of the arcana of C++. He, oddly enough, seems more interested in teaching you (properly) then trying to get paid (look at the size of the book! if he were looking to get paid, cut the book in half, sell it in two parts or sell one reduced size part for the same price).

Prata offers fair coverage of the language: particularly the basics, as well as some nice software engineering opinions along the way (not in little colored boxes like Deitel with an Ant picture...which is cool: the ant analogy just annoys me- loss of identity, no individuality, part of a hive, etc...). Obviously he can't cover everything. Check out the chapter listing to see if he has what you want! But what he does cover-> the ++basics are extremely well done. There are programming exercises at the end of each chapter of course (with answers).

Prata has adopted a friendly, welcoming tone, laced with humor (not insipid humor, or just plain lame). He doesn't lambast microsoft or push any particular product/compiler. He provides little tips if you're using new or old, non-ansi-c++ compliant compilers. This is just a really helpful, useful, good to learn from book. I've read it to recover some obfuscated c++ knowledge lost from spending too long in java land (a nice, highly productive place...but just a little too safe if know what I mean: everything is fenced in and there are no pointers for self navigation!), so my opinion may be from somebody who is not a beginner. Nevertheless, having taught people, i would suggest this: this is a pedagogically sound work that offers achievement and understanding for anybody willing to step up and take a serious whack at c++. Read it and enjoy a true rarity nowadays: someting that not only lives up to its promise, but goes beyond it. This is money that is sure to be spent in a non-resentful manner: there's no buyer's remorse here! There's nothing about this book that I find weak.

Very well done Mr Prata!

Definitely Two thumbs up!



5 out of 5 stars The first c++ book you should read   February 17, 2007
T. Liu
60 out of 60 found this review helpful

If you are new to C++, this is THE C++ you need to read. There is another book called "C++ Primer" (no plus). The following comment is what I wrote for the book C++ Primer, which may give you some idea of the difference between these two:

This is a great book for anyone who want to enhance his/her knowledge
on C++, but this is by no means a primer book. If you are new to C++,
read the book "C++ primer plus" first. It is so funny that the book
"C++ primer plus" (which is also a great book) is really an introductory
book. The names of these two books should be swapped because C++ Primer
introduces more advanced topics and the topics that an experience programmer should know but a student does not need to. From my teaching experience in a state university, I would suggest students to read C++ books in the following order:

C++ primer Plus
C++ Primer
Thinking in C++ (great book, free on the internet)
The C++ Programming Language (by Stroustrup)

Then you may want to read some books on special topics such as Visual C++, Database, etc.



5 out of 5 stars Top marks all around   April 7, 2005
Adaera (Vancouver)
63 out of 65 found this review helpful

The decorously named "C++ Primer Plus, fifth edition" is a book for C++ beginners and those who would consider themselves a C++ virtuoso. C++ Primer Plus doesn't follow the trend of being the type of programming book that you either learn from and set away forever on a dusty shelf nor the type that you can use as a reference guide but can't use it to learn from. This is one of the few programming books I have read that I have both learned from and can still use as a perfectly suitable reference guide.

In C++ Primer Plus, you are lead through the "cin's" and "cout's" of C++. In this book you will be given well guided lessons with examples from the basic to the advanced features of this wonderfuly capable programming language. You will learn the common C++ programming idioms and techniques as you turn the pages, each example constructed clearly and professionally. One of the great features attributed to this book is the dedication to teaching its readers C++, one being each example code given to you to
use was carefully crafted to be compitable with most popular and even a few less heard of, C++ compilers.

The author is also good at explaining each piece of code with wonderful precision and patience, so well in fact they don't have to provide constant screen shots to show what they are trying to explain - unlike many other programming books.

If you have ever wanted to learn a programming language that is greatly respected in the business world, then I would of course suggest picking up C++. If you want a great book to learn from and use as a guide throughout your programming life for C++, then I suggest picking up "C++ Primer Plus, fifth edition". Just as much as I appreciate this book for its ability to teach people directly, I equally would recommend this book as a
good teaching text for those of you who may already know C++ but find it hard to teach others. I myself hope to use this book to teach others by one day.
-Rift-


5 out of 5 stars An excellent book on C++   March 5, 2007
rationalist (Shreveport, LA USA)
25 out of 25 found this review helpful

I was learning C++ in order to program music applications. I found this book to be the clearest computer book of any I have ever read. He orders his thoughts clearly. The examples maintain interest. Unlike the "learn c++ quickly"-type books, he goes into great detail on subjects like dynamic memory allocation etc. You will be programming simply in hours (my ten year old could program the first few chapter exercises), but can go the the high intermediate level with this one book. Don't waste your time with any other c++ book. Get this one first!



5 out of 5 stars The definite book for beginners   April 14, 2006
XFatMan
31 out of 33 found this review helpful

I'm a very picky kind of guy when it comes to buying books on programming. To see what I think of this book, you should read my little story.

When I entered the wonderful world of programming, I chose Visual Basic .NET. This language was famous for being easy to learn. What I didn't know was that it had grown into something more complex, and .NET is a bit tougher to learn than any of the previous versions. So I thought it would only be natural that I needed to buy a couple of books to master the language.

The more books I bought, the more I got sick and tired of authors who weren't able to follow simple naming conventions. Another annoying thing with .NET books is that you can find one sentence in almost all of them saying, "You don't need to know this" when it comes to using built-in functions. Whether I need to know something or not is my decision, not the author's decision. So the author's job is to explain it, and if I really "don't need to know it", I can skip the section. But to make matters worse, most authors didn't even switch to .NET and continued writing bad code as they did with previous versions of Visual Basic, which has nothing to do with .NET. In consequence, I switched to C#, hoping that things would get better.

After the switch, I could still use my Visual Basic .NET books because the syntax is so similar. But I decided to buy some C# books since I hoped that quality would get better. In fact, quality did get much better. But another problem was still the same: most beginning .NET books are too trivial, too superficial, and too incomplete. For a good start with .NET, you need quite a couple of books. The nine books on .NET I own range from beginner topics to advanced topics, but I still find it's incomplete and much too superficial. Not even all the books together give me the information I want.

In terms of syntax, C# and C++ are quite similar. If you can read C# code, then you can read C++ code and vice versa. I know that many C++ book authors go a bit deeper, so I decided to buy a book on C++ to see if that could provide me with the information I want and need. After some research, I ordered C++ Primer Plus mainly based on the excellent reviews here at Amazon.

The reader arrived quickly, and I started immediately. After the first chapter, I knew I had wasted a lot of money - on the nine books I own, that is. This one is a beginner's book, but it goes much deeper than all the other books I own together. If I had known this before, you can be damn sure that C++ Primer Plus would be the only beginner's book on my shelf.

The author has written a true jewel - coherently, concise, and fun to read. It even covers topics that you can't find in advanced .NET books, so I guess another switch is about to happen.

If I had to vote for the best beginner's programming book, this is it. No matter at what level you are, this book is great to have on your shelf. You'll appreciate Stephen's talent to get you started in case you've never touched programming before. If you think you're advanced, put this book on your shelf - it's great for reference as well. Fed up with superficial .NET? Come over to C++, Stephen makes it so simple. Want to continue with .NET? No problem, I have nine books for sale.


Showing reviews 1-5 of 75
1 2 3 4 5 6 ...15Next »


Disclaimer: This is an Amazon.com storefront - the products referenced
on this site are manufactured and sold by parties other than
Aeronautic.net

Aeronautic.net makes no representations regarding either the
products or any information vendors offer about their products.

Any questions, complaints, or claims regarding the products must be
directed to the appropriate manufacturer or vendor, or to Amazon.com

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.
The Computer Book and Computer Software Store From Aeronautic.net

International Orders & Shipping

We can ship to virtually any address in the world. Note that there are restrictions on some products, and some products cannot be shipped to international destinations.

Shipping Restrictions

Warranty issues and manufacturer restrictions prevent us from shipping certain products to all geographical locations. You'll be notified while placing your order if we're unable to ship specific items to the address you've selected.

International Addresses

The following items can be shipped to destinations outside the U.S.:

* books*
* DVDs
* music
* VHS videos

Additionally, some software, tools, and kitchen items can be shipped to the following countries:

* Australia
* Austria
* Denmark
* Finland
* France
* Germany
* Japan
* Ireland
* Italy
* Netherlands
* New Zealand
* Sweden
* United Kingdom

These items can be shipped only via Priority International Shipping and are subject to an import fees deposit.

*Note: Books that require special handling because they are extremely heavy (for example, multi-volume sets) cannot be shipped outside the U.S. If this is the case, it will be noted on the product detail page.

When you place an order, we will estimate shipping and delivery dates for you based on the availability of your items and the shipping options you choose. Shipping date estimates will appear in the order form. After placing your order, you will see both shipping and delivery date estimates in the order confirmation e-mail and in the order summary in Your Account.

Calculating Cost

Shipping costs depend upon the method and option you choose.

If you choose to group items into as few shipments as possible, you'll be charged for one regular per-shipment fee, as well as a per-item fee for each item in that shipment.

If you choose to ship items as soon as they become available, we'll charge you full per-shipment fees for each shipment as well as a per-item fee for each item.

Please also note that the shipping rates for many items we sell are weight-based. The weight of any such item can be found on its detail page. To reflect the policies of the shipping companies we use, all weights will be rounded up to the next full pound.

Untitled Document
Affiliated Stores
Aviation & Pilot Watches
Boeing Book|Pilot Watch
Bomber Jacket|Aviator Sunglasses
Bose Aviation X Headset|Breitling Watch
Aviation Jobs|Used Airplane For Sale
Dog Training & Premium Dog Food
Monks of New Skete Book|Discount Dog Crate
Cesar Millan Dog Whisperer|Premium Dog Food
Home Power & Alternative Energy
Hydrogen Fuel Cell Book|Diesel Generator
Biodiesel Book|Home Power
An Inconvenient Truth Book
Nurses & Medical References
Discount Nurse Scrubs|Blood Pressure Monitor
Dickies Nurse Scrubs|Plus Size Scrubs|Nurse Jobs
Ladies Shoes & Accessories
Anne Klein Shoes|Lulu Guinness Handbag|Kate Spade Handbag
Horses & Horse Tack
Ariat Boot|Western Saddle For Sale
Used Horse Trailer For Sale|James Herriot Book
Marine Supply & Boat Parts
Marine Stereo|Raymarine|Furuno Radar
Sperry Shoes|Used Boat For Sale|Minn Kota Motors
German Performance Cars & Car Parts
Used BMW For Sale|Spark Plugs|Car Navigation-GPS|Used Porsche For Sale
Law Books & Legal Resources
Fight Your Ticket|Nolo Book
Immigration Law Book|Radar Detector
Online Website Books, Software and Computers
Domain Name Registration|Flash Books|PHP Books|Flash Software
Camera Store For Video and Digital Still Photography
Sony HD Video Camera|Digital Camera Store


© 2006 All Rights Reserved.