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
Tell the Publisher!
I'd like to read this book on Kindle

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

C++ the Core Language [Paperback]

Doug Brown , Gregory Satir
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 43.95
Price: CDN$ 27.69 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 16.26 (37%)
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
Usually ships within 1 to 4 weeks.
Ships from and sold by Amazon.ca. Gift-wrap available.

Book Description

Oct 26 1995 Nutshell Handbooks

C++ is an object-oriented enhancement of the C programming language and is becoming the language of choice for serious software development.

C++ has crossed the Single Book Complexity Barrier. The individual features are not all that complex, but when put together in a program they interact in highly non-intuitive ways. Many books discuss each of the features separately, giving readers the illusion that they understand the language. But when they try to program, they're in for a painful surprise (even people who already know C).

C++: The Core Language is for C programmers transitioning to C++. It's designed to get readers up to speed quickly by covering an essential subset of the language.

The subset consists of features without which it's just not C++, and a handful of others that make it a reasonably useful language. You can actually use this subset (using any compiler) to get familiar with the basics of the language.

Once you really understand that much, it's time to do some programming and learn more from other books. After reading this book, you'll be far better equipped to get something useful out of a reference manual, a graphical user interface programming book, and maybe a book on the specific libraries you'll be using. (Take a look at our companion book, Practical C++ Programming.)

C++: The Core Language includes sidebars that give overviews of all the advanced features not covered, so that readers know they exist and how they fit in. It covers features common to all C++ compilers, including those on UNIX, Windows NT, Windows, DOS, and Macintosh.

Comparison: C++: The Core Language vs. Practical C++ Programming

O'Reilly's policy is not to publish two books on the same topic for the same audience. We'd rather spend twice the time on making one book the industry's best. So why do we have two C++ tutorials? Which one should you get?

The answer is they're very different. Steve Oualline, author of the successful book Practical C Programming, came to us with the idea of doing a C++ edition. Thus was born Practical C++ Programming. It's a comprehensive tutorial to C++, starting from the ground up. It also covers the programming process, style, and other important real-world issues. By providing exercises and problems with answers, the book helps you make sure you understand before you move on.

While that book was under development, we received the proposal for C++: The Core Language. Its innovative approach is to cover only a subset of the language -- the part that's most important to learn first -- and to assume readers already know C. The idea is that C++ is just too complicated to learn all at once. So, you learn the basics solidly from this short book, which prepares you to understand some of the 200+ other C++ books and to start programming.

These two books are based on different philosophies and are for different audiences. But there is one way in which they work together. If you are a C programmer, we recommend you start with C++: The Core Language, then read about advanced topics and real-world problems in Practical C++ Programming.


Customers Who Bought This Item Also Bought


Product Details


Product Description

From the Publisher

A first book for C programmers transitioning to C++, an object-oriented enhancement of the C programming language. Designed to get readers up to speed quickly, this book thoroughly explains the important concepts and features and gives brief overviews of the rest of the language. Covers features common to all C++ compilers, including those on UNIX, Windows NT, Windows, DOS, and Macs.

About the Author

Gregory Satir helps develop online publishing tools in the Portland, Oregon, office of Electronic Book Technologies. He graduated with a B.S. in computer science from Brown University. Doug Brown is a consultant/contractor in Beaverton, Oregon. He has been developing software for circuit simulation, synthesis, and testing since 1977. Doug coauthored lex & yacc, another O'Reilly & Associates Nutshell Handbook. He received an M.S. in electrical engineering from the University of Illinois at Urbana-Champaign in 1976.

Gregory Satir helps develop online publishing tools in the Portland, Oregon, office of Electronic Book Technologies. He graduated with a B.S. in computer science from Brown University.


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
5.0 out of 5 stars
5.0 out of 5 stars
Most helpful customer reviews
5.0 out of 5 stars Excellent book, but missing some "core" ideas Feb 12 2004
This is an excellent book for C programmers coming to C++ for the first time. I found the writing style and organisation of topics to be very good. The authors describe key object-based and object-oriented concepts first using familiar C constructions and then extend those ideas into the C++ domain. The ease of transitioning from C structs to C++ classes was very good, as was the discussion of subtle points like the copy constructor. Almost all major C++ concepts are described, including inheritence, virtual functions, and even templates.

My only negative criticism is that the authors leave out some important C++ functionality from their view of the C++ "core." They only mention in passing the use of const, considered by many to be vital to good C++ design. Also, since this book was published in 1995, it does not discuss the C++ standard library, which was finalised in 1997. It is therefore missing a discussion of the very useful 'string' class, among many others. Readers should defininitely follow up on these topics.

Regardless of this missing information, this book will give C programmers a solid foundation for using C++.

Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.9 out of 5 stars  28 reviews
13 of 13 people found the following review helpful
5.0 out of 5 stars Excellent book for coverting programmers from C to C++ Aug 13 1999
By A Customer - Published on Amazon.com
This wasn't the first book I picked up to learn C++. Initially, I thought it couldn't be as useful as "Practical C++" by Mark Terribile (McGraw Hill) which is three times its size. After reading through several grueling chapters, I picked up "C++: The Core Language" and what a difference (night and day)! Satir and Brown have done an excellent job of providing easy to follow examples when presenting structures vs. classes. They have totally demystified C++ for me. I highly recommend this book to anyone transitioning from C to C++.
18 of 20 people found the following review helpful
4.0 out of 5 stars Good Review Book for Programmers April 12 2001
By John G. Ferguson - Published on Amazon.com
I had 7+ years C++ programming experience and then spent 3+ years in Java, XML, and JScript so I needed a nice, brief book which covered the core aspects of C++. Since it is only a reference I give it 4 stars. However, that's as high as I go for references, so it is a top drawer book.

Why do I like this book? It is very readable and quickly covers the key features of C++. I like it because it has little sidebars for discussion of more advanced topics. Core C++ is a small book for programmers... no bloatation.

This book doesn't get into heavy generic programming or type programming (with tons of operator overloads, cast operators and so forth), it is actually a book meant to help C programmers come over to C++. So, if you are a language geek or a C++ monster... get a different book. This is for C programmers and slightly rusty C++ programmers.

I would also say this book would be useful to Java programmers coming over to C++, since Java In in a Nutshell claims Java is more like C than C++ (and this seems true by my experience).

8 of 8 people found the following review helpful
5.0 out of 5 stars Teaches the ++, not the C Sep 14 2000
By Zachary Cude - Published on Amazon.com
First and foremost you need to already know C in order to use this book. You need to be familiar with the entire language because the authors derive most of their examples by saying: "This is the concept, this is how you would do it in C (to see the basic mechanisms), and now here's how you do it in C++." This book does not hold your hand through this teaching though, they assume you know what you are doing and are following what they are talking about, which is okay by me. I personally don't like books that are really wordy and have alot of information I already know and so I waste my time and money on needless words. There needs to be more books like this one, just tell me the core concepts like what they do and why and the burden for learning and understanding them falls on me not the authors. One complaint that was echoed in an earlier review was the lack of disk I/O commands which are different enough in C++ to necessitate in me having to go to another book to look them up. How about an appendix or website or something like that, sure would be helpful. All in all, a very good book if you don't like all the B.S., fluff, and general page filling that you see on the bookshelves (aka. every book except O'Reily's).
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


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