Online Book Reader

Home Category

Professional C__ - Marc Gregoire [519]

By Root 1502 0
used for testing was Microsoft Visual C++ 2010, however, it supports less C++11 features than GCC 4.6. Notably missing from VC++ 2010 are range-based for loop, uniform initialization, variadic templates, and the threading library, among others.

The supplemental website for this book at www.wrox.com contains an extra appendix that lists all C++11 features and whether a compiler supports a feature or not.


CONVENTIONS

To help you get the most from the text and keep track of what’s happening, we’ve used a number of conventions throughout the book.

Boxes like this one hold important, not-to-be-forgotten information that is directly relevant to the surrounding text.

Tips, hints, tricks, and asides to the current discussion are placed in boxes like this one.

As for styles in the text:

We highlight important words when we introduce them.

We show keyboard strokes like this: Ctrl+A.

We show filenames and code within the text like so: monkey.cpp.

We show URLs like this: www.wrox.com.

We present code in two different ways:

In code examples we highlight new and important code like this.

Code that's less important in the present context or that has been shown before is formatted like this.

Paragraphs, sections, or chapters that are specific to the new C++11 standard have a little C++11 icon on the left, just as this paragraph does.

SOURCE CODE

As you work through the examples in this book, you may choose either to type in all the code manually or to use the source code files that accompany the book. All of the source code used in this book is available for download at www.wrox.com. Once at the site, locate the book’s title (either by using the Search box or by using one of the title lists), and click the Download Code link on the book’s details page to obtain all the source code for the book.

Because many books have similar titles, you may find it easiest to search by ISBN; for this book the ISBN is 978-0-470-93244-5.

Alternatively, you can go to the main Wrox code download page at www.wrox.com/dynamic/books/download.aspx to see the code available for this book and all other Wrox books.

Once you’ve downloaded the code, just decompress it with your favorite decompression tool.

ERRATA

We make every effort to ensure that there are no errors in the text or in the code. However, no one is perfect, and mistakes do occur. If you find an error in one of our books, such as a spelling mistake or faulty piece of code, we would be very grateful for your feedback. By sending in errata you may save another reader hours of frustration, and at the same time you will be helping us provide even higher-quality information.

To find the errata page for this book, go to www.wrox.com and locate the title by using the Search box or one of the title lists. Then, on the book details page, click the Book Errata link. On this page you can view all errata that has been submitted for this book and posted by Wrox editors. A complete book list including links to each book’s errata is also available at www.wrox.com/misc-pages/booklist.shtml.

If you don’t spot “your” error on the Book Errata page, go to www.wrox.com/contact/techsupport.shtml and complete the form there to send us the error you have found. We’ll check the information and, if appropriate, post a message to the book’s errata page and fix the problem in subsequent editions of the book.

P2P.WROX.COM

For author and peer discussion, join the P2P forums at p2p.wrox.com. The forums are a web-based system for you to post messages relating to Wrox books and related technologies, and interact with other readers and technology users. The forums offer a subscription feature to e-mail you topics of interest of your choosing when new posts are made to the forums. Wrox authors, editors, other industry experts, and your fellow readers are present on these forums.

At p2p.wrox.com you will find a number of different forums that will help you not only as you read this book, but also as you develop your own applications. To join the forums, just follow these steps:

1. Go to p2p.wrox.com

Return Main Page Previous Page Next Page

®Online Book Reader