Jumat, 20 Februari 2015

[Q659.Ebook] PDF Download The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis

PDF Download The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis

Be the very first who are reviewing this The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis Based on some reasons, reading this e-book will certainly offer even more perks. Even you need to read it pointer by step, page by web page, you can finish it whenever and also wherever you have time. Once much more, this online e-book The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis will certainly give you easy of reading time and also task. It likewise provides the encounter that is budget friendly to reach and also acquire considerably for better life.

The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis

The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis



The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis

PDF Download The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis

Reserve The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis is among the valuable worth that will make you constantly rich. It will not imply as rich as the cash provide you. When some individuals have lack to face the life, individuals with numerous books in some cases will certainly be wiser in doing the life. Why must be publication The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis It is actually not meant that e-book The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis will provide you power to reach everything. The book is to review and exactly what we indicated is guide that is reviewed. You can also view just how guide entitles The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis and also numbers of publication collections are offering here.

The perks to consider reviewing the publications The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis are concerning boost your life top quality. The life high quality will not simply concerning just how much understanding you will certainly acquire. Even you check out the enjoyable or amusing books, it will certainly assist you to have enhancing life high quality. Really feeling enjoyable will certainly lead you to do something perfectly. In addition, guide The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis will offer you the session to take as an excellent reason to do something. You may not be useless when reading this e-book The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis

Never mind if you don't have adequate time to go to guide establishment and also hunt for the favourite publication to check out. Nowadays, the on-line publication The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis is coming to give convenience of reviewing practice. You may not have to go outdoors to search guide The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis Searching as well as downloading and install guide qualify The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis in this post will certainly offer you much better option. Yeah, on the internet e-book The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis is a kind of electronic e-book that you could enter the web link download supplied.

Why need to be this on the internet publication The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis You could not should go someplace to read guides. You can read this book The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis every single time and also every where you desire. Also it is in our downtime or feeling tired of the jobs in the workplace, this is right for you. Obtain this The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis today and also be the quickest individual that completes reading this book The C++ Standard Library: A Tutorial And Reference (2nd Edition), By Nicolai M. Josuttis

The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis

The Best-Selling C++ Resource

Now Updated for C++11

The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions.

The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses in particular on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.

The book covers all the new C++11 library components, including

  • Concurrency
  • Fractional arithmetic
  • Clocks and timers
  • Tuples
  • New STL containers
  • New STL algorithms
  • New smart pointers
  • New locale facets
  • Random numbers and distributions
  • Type traits and utilities
  • Regular expressions

The book also examines the new C++ programming style and its effect on the standard library, including lambdas, range-based for� loops, move semantics, and variadic templates.

An accompanying Web site, including source code, can be found at www.cppstdlib.com.

  • Sales Rank: #98679 in Books
  • Brand: Addison-Wesley Professional
  • Published on: 2012-04-09
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.20" h x 1.60" w x 7.50" l, 3.55 pounds
  • Binding: Hardcover
  • 1128 pages
Features
  • 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence!
  • A brand-new, unused, unopened item in its original packaging, with all original packaging materials included.
  • High seller positive feedback for the seller!
  • Lowest price on amazon!

About the Author
Nicolai M. Josuttis is an independent technical consultant who designs mid-sized and large software systems for the telecommunication, traffic, finance, and manufacturing industries. A former member of the C++ Standard Committee library working group, he is well known in the programming community for his authoritative books. In addition to The C++ Standard Library, a worldwide best-seller since its first publication in 1999, his books include C++ Templates: The Complete Guide (with David Vandevoorde, Addison-Wesley, 2003) and SOA in Practice: The Art of Distributed System Design (O’Reilly Media, 2007).

Most helpful customer reviews

102 of 106 people found the following review helpful.
As good as it gets
By Michi Henning
On my second reading, I'm still finding more gems in this book. Up to now, it was almost impossible to find any comprehensive material on the standard library. All one could find was the odd article about some aspect of the library, or rather specialized books about STL. Nicolai has fixed that particular problem once and for all.
The book reminds of Richard Stevens's famous UNIX books. Incredibly complete, incredibly detailed, incredibly accurate, and a great tutorial and reference at the same time. And, best of all, it's just as accessible to someone who is not a real expert as it is for someone who's been using C++ for years.
This is one of the *very* few books that get a spot on my top shelf. A classic that I will come back to again and again.

61 of 62 people found the following review helpful.
E-Book version suffers from poor code/table formatting
By Christopher D
The print version of this book would receive the full 5-stars from me, but the e-book version delivered to my Kindle had poorly formatted code and the tables were practically unreadable.

The issue with the code is that the font used was not consistently mono-spaced and there were plethora of syntactically incorrect line-breaks. I had to lower my font size to the lowest possible setting and orient the layout horizontally to make the code less chore-some. The code images themselves were so small (although properly formatted A-style code) that I had to strain my eyes. There was no happy medium here: either deal with impractical formatting or ruin your eyesight on the code images. The tables and inline graphics were abysmally small graphics, much like the code pictures.

If I had to purchase this book again I would definitely have shelled out the extra money for the print version. I am satisfied with the content but not the formatting of the e-book version, and will be looking forward to an update to the e-book version.

29 of 29 people found the following review helpful.
STL and More...
By James Boer
Mr. Josuttis offers in this book an amazingly comprehensive guide to the often bewildering C++ standard library. I originally purchased this book looking for more STL information, and I was certainly not disappointed in that respect. STL descriptions account for nearly half of the book volume. However, as non-STL questions arose, I found myself digging into this book time and time again (questions about auto_ptr, string class, allocators, etc).
If you're a C++ programmer and do not already own a current (circa 1999 or later) library reference, do yourself and your code a favor and grab a copy of this book. C++ is an extremely scalable language. It's easy to use only knowing a small subset of the language and library features. Having a reference such as this one ensures that you'll be less likely to accidentally duplicate work that has already been done for you in the standard library.
As far as book organization goes, I'd say that the book does lean more towards "reference" rather than "tutorial", but I never believe a book that claims to be both anyhow. Anyone interested in a pure tutorial should buy a book specifically written with that in mind. For more experienced programmers not needing quite as much hand holding, however, the book does work as advertised.
Overall, I can't really recommend this book more enthusiastically.

See all 188 customer reviews...

The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis PDF
The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis EPub
The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis Doc
The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis iBooks
The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis rtf
The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis Mobipocket
The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis Kindle

The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis PDF

The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis PDF

The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis PDF
The C++ Standard Library: A Tutorial and Reference (2nd Edition), by Nicolai M. Josuttis PDF

Tidak ada komentar:

Posting Komentar