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

Have one to sell? Sell yours here
C++ Faqs: Frequently Asked Questions
 
See larger image
 

C++ Faqs: Frequently Asked Questions [Paperback]

Marshall P. Cline , Greg A. Lomow
5.0 out of 5 stars  See all reviews (1 customer review)

Available from these sellers.


There is a newer edition of this item:
C++ FAQs C++ FAQs 4.5 out of 5 stars (22)
CDN$ 58.29
In Stock.

Product Details


Product Description

Book Description

The best quick-reference source for answers to everyday C++ programming problems, invaluable for all C++ programmers. Includes information on C++FAQ, one of the most-accessed Internet files, extensive examples, and cross-referencing. Question-and-answer format covers a wide range of topics.

From the Inside Flap

FAQ 0.1

What is the purpose of this book?

The purpose of the book is to change the way you think.

Changing the way you think is much more challenging than learning the syntax of a programming language. For example, learning when and why you should use a particular construct is much harder than learning the syntax for that construct. Learning when not to use a particular construct is even harder.

This book gives specific advice and directions to help you properly use C++ for object-oriented programming. If you are new to object-oriented programming, our aim is to convert you to the object-oriented way of thinking. If you are a seasoned veteran, our aim is to have you question some of your ingrained practices and possibly adopt new approaches to using C++ --approaches that will scale better. FAQ 0.2

What is unique about the style and format of this book?

To achieve the book's goals, we used a novel style and format. Here are the key elements of that style and format. A question and answer format: This book contains answers to Frequently Asked Questions (or FAQs) about using C++ for object-oriented programming. These FAQs are the product of several years of teaching others to use C++ effectively, as well as an embarrassingly large number of hours corresponding with the international C++ user community via the Internet news group, comp.lang.c++. A focus on principles and concepts rather than syntax: Rather than focusing on the syntax and semantics of various C++ language features, this book shows how to combine features properly and why to combine them. A consistent programming and design philosophy: As with any programming language, there are numerous ways to use and combine the various features of C++. Some of these uses and combinations lead to comprehendable, maintainable, extensive, and reusable software; other uses and combinations only work in small examples and are, in reality, abuses of the language. These FAQs identify which uses and combinations are preferred and promote a consistent programming and design philosophy that has good scaling properties. Lots of programming examples: This book contains almost 200 programming examples, most of which are complete, runnable programs rather than program fragments. Readers are encouraged to dissect and execute the examples because this will enhance the learning experience. Extensive cross referencing: The FAQs in this book are extensively cross referenced to other FAQs, as well as to other C++ books. Since the topic of using C++ for object-oriented programming is too large to be completely covered by one book, we provide you with pointers into other books where complementary material can be found. Three books we selected for cross referencing: Stroustrup's The C++ Programming Language, Second Edition, an excellent description of the language; Ellis and Stroustrup's The Annotated C++ Reference Manual, an authoritative and comprehensive definition of the language; and Lippman's C++ Primer, Second Edition, an excellent introductory book. A lighthearted style: We want to change the way you think, so we have to debunk many common assumptions. This leads to the questioning of common practices and --to take the edge off-- humor. Another reason for the lighthearted style is that this book has roots in comp.lang.c++, where the communication style is direct and unforgiving, and where humor is used to calm people's passions and cajole people into seeing your point of view :-) FAQ 0.3

Where did these FAQs come from?

We made them up.

Surprisingly, most of the FAQs contained in this book are not questions that anyone ever asked us directly. Instead they come from our experience training developers in object-oriented technology and from corresponding with readers on comp.lang.c++. Topics that come up again and again, whether during training sessions or on comp.lang.c++, were coalesced into a series of questions. FAQ 0.4

Is every topic treated with equal emphasis?

No.

Some topics are covered in greater depth than other topics. We focus more energy on topics that historically have been most difficult for people to get right, and we almost completely ignore placement of semicolons and other issues that the compiler will tell you about. The more subtle the problem, the more we focus on it --especially practices that are accepted by the compiler and appear to function correctly, but which increase the overall cost of the software. FAQ 0.5

How should you use this book in combination with other books?

It depends on what you're trying to achieve.

This book is not intended to be a tutorial introduction to C++. Each example is meant to illustrate a single idea relevant to that FAQ. Many introductory aspects of the language, such as the syntax of a for loop, are assumed. If you want to cover the fundamentals of C++, we recommend using this book in conjunction with either The C++ Programming Language, Second Edition or C++ Primer, Second Edition. Our FAQs provide extensive cross references into both of these texts.

This book is not intended to be a reference manual for C++. It does not pretend to cover all aspects of the language in encyclopedic detail. If you want such a reference manual, we recommend using this book in conjunction with The Annotated C++ Reference Manual. Our FAQs provide extensive cross references into this text. FAQ 0.6

How is the book organized?

The FAQs are organized into more than 40 chapters, each of which is organized into ascending complexity.

The FAQs in each chapter all deal with a specific topic. Usually the questions near the beginning of a chapter deal with basic questions and fundamental concepts; later questions deal with advanced issues and complex topics.

The first third of the book deals with object-oriented aspects of C++ such as inheritance, dynamic binding, and polymorphism. The middle portion of the book deals with a variety of C++ facilities ranging from templates to exception handling to the proper management of pointers. The last portion of the book contains chapters that deal with environmental topics such as training, coding standards, and Smalltalk. FAQ 0.7

Why did we create the electronic FAQ?

To bring order to chaos.

First, the electronic FAQ presents the facts (pun intended) about C++ in a more concise and focused manner than the somewhat chaotic discussions on comp.lang.c++. Second, the number of developers switching to C++ is amazing, and the electronic FAQ answers many basic questions for these new users. Third, without a FAQ list, seasoned veterans would become irritated by answering the same questions over and over; the electronic FAQ encourages the veterans to act more like ambassadors. In the end, the electronic FAQ makes comp.lang.c++ a kinder, gentler news group, where people are less likely to be "flamed" (a technical term for posting a particularly scathing, blistering, and sarcastic response to something that is posted to an electronic bulletin board). FAQ 0.8

Why did we write this book?

To further spread the good news.

We decided to write this book for several reasons. First, Addison-Wesley expressed interest in such a project. Second, it would make the FAQs available to a wider audience since not everyone has access to Internet and comp.lang.c++. Third, a book permits the material to be presented in a more professional manner than can be easily done with the electronic FAQ. Fourth this project spurred us to expand the material vastly beyond what is provided by the electronic FAQ. In the end, after adding all the new FAQs, examples, and internal and external cross references, the book contains five times more material than the electronic FAQ. FAQ 0.9

Are Marshall's and Greg's motivations based on language bigotry?

No.

For the record, we are not now --nor have we ever been-- C++ language bigots. We love Smalltalk, Eiffel, C, Lisp, CLOS, Prolog, Simula, Ada, Modula, Pascal, perl, awk, sed, csh, ksh, REXX, COBOL, FORTRAN, RPG, etc. At the same time, we adopted the philosophy that since we're writing a book about C++, we might as well throw ourselves into the project even if it means that we look like C++ fanatics. It certainly has made for more exciting and provocative writing and, we hope, reading.

Our main goal is to get you to think about what you are doing and how you might improve on it. If we accomplish this, then we will be satisfied. FAQ 0.10

How can you communicate with us?

Email and FTP.

We'd love to hear from you. Our email address is clinefaq@aw. Send us your questions. Send us your comments.

You can acquire a free, machine-readable copy of the code sections in this book via FTP (ask your favorite network guru for help on how to access FTP with your software). The code sections will be available via FTP aw in the directory awputer.science/clinefaq. Use anonymous as your user ID, and use your email address as your password.

Enjoy! 0201589583P04062001


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

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

5.0 out of 5 stars To sum up the previous review: dubious, Feb 24 2004
By 
This review is from: C++ Faqs: Frequently Asked Questions (Paperback)
That review is very misleading. Yes, the authors first give a pithy, concise answer to a question that is not so simple. Of course that is not the full answer. What is a downcast? Yes, the first word after that is "trouble" (which leaves an important impression on the reader's mind.) That is immediately followed by 2 paragraphs explaining it in detail, followed by a programming example that is an entire page long. Then that question is followed up by more FAQs such as "Why are downcasts dangerous." (The answer is "they're like walking a high-wire without a safety net". This is followed by another paragraph of explanation.) This is less humorous and "annoying" than it is analogous to the truth and succinct, while leaving a mental image that the reader can retain after reading the detail.

Anyway, the book is very highly recommended. Every C++ programmer, even a beginner, should have at least 3 books, and this should be one of them. Different books have different styles. Others to consider are a reference such as Stroustrup's, a "tutorial" such as "Accelerated C++", a "hints and tips" book such as "Effective C++", and a basic book such as Lippman's primer. For those with some C background, "Thinking in C++" by Eckel is very good. The book is available on Amazon as well as free by Eckel on the internet.

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.8 out of 5 stars (6 customer reviews)

3 of 3 people found the following review helpful
5.0 out of 5 stars Terrific Book. Full of the best of Obejct Oriented Design, May 9 1997
By A Customer - Published on Amazon.com
This review is from: C++ Faqs: Frequently Asked Questions (Paperback)
This is not just a book about the syntax of C++ and dull language examples, but one of the the best of "Why?" books I've seen. Cline explains the reasoning and principals behind good OO design in a simple and well informed manner. I wish I had this book when I started in C++, it would have saved me a lot of grief

2 of 2 people found the following review helpful
4.0 out of 5 stars Witty, in an annoying way, Nov 4 2002
By Ned Ryerson - Published on Amazon.com
This review is from: C++ Faqs: Frequently Asked Questions (Paperback)
While this book provides good information on many basic concepts in C++, many of the author's snappy one-line answers are downright annoying. For example:

Q: What is a downcast?
A: Trouble.

Or this:
Q: Why is downcast dangerous?
A: It's like walking on a highwire without a safety net.

Or this:
Q: What is contravariance?
A: The glue that holds OO together.

Many people will find the one-liners amusing, I am sure. Personally I think they are a waste of paper. Good practice should always be making definitive statements in the one-liner, and put the descriptive ones in the paragraph that follows, not the other way round.

To sum up: good technical advice, dubious style.


1 of 1 people found the following review helpful
5.0 out of 5 stars To sum up the previous review: dubious, Feb 24 2004
By jeffnc "jeffnc" - Published on Amazon.com
This review is from: C++ Faqs: Frequently Asked Questions (Paperback)
That review is very misleading. Yes, the authors first give a pithy, concise answer to a question that is not so simple. Of course that is not the full answer. What is a downcast? Yes, the first word after that is "trouble" (which leaves an important impression on the reader's mind.) That is immediately followed by 2 paragraphs explaining it in detail, followed by a programming example that is an entire page long. Then that question is followed up by more FAQs such as "Why are downcasts dangerous." (The answer is "they're like walking a high-wire without a safety net". This is followed by another paragraph of explanation.) This is less humorous and "annoying" than it is analogous to the truth and succinct, while leaving a mental image that the reader can retain after reading the detail.

Anyway, the book is very highly recommended. Every C++ programmer, even a beginner, should have at least 3 books, and this should be one of them. Different books have different styles. Others to consider are a reference such as Stroustrup's, a "tutorial" such as "Accelerated C++", a "hints and tips" book such as "Effective C++", and a basic book such as Lippman's primer. For those with some C background, "Thinking in C++" by Eckel is very good. The book is available on Amazon as well as free by Eckel on the internet.

 Go to Amazon.com to see all 6 reviews  4.8 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