The Standard C Library

The Standard C Library
Title The Standard C Library PDF eBook
Author P. J. Plauger
Publisher
Pages 498
Release 1992
Genre Computers
ISBN 9780131315099

Download The Standard C Library Book in PDF, Epub and Kindle

First comprehensive treatment of ANSI and ISO standards for the C Library. Includes practical advice on using all 15 headers of the Library and covers the concept design and utilization of libraries. Contains complete codes of C Library and is the companion volume to C Programming Language. An independent consultant, author Plauger is one of the world's leading experts on C and the C Library.

The Standard C Library

The Standard C Library
Title The Standard C Library PDF eBook
Author P. J. Plauger
Publisher
Pages 524
Release 1992
Genre Computers
ISBN

Download The Standard C Library Book in PDF, Epub and Kindle

This work offers a comprehensive treatment of ANSI and ISO standards for the C library. The code in the book is compatible with C compilers from Borland, Saber, Sun UNIX and VAX UNIX.

The C++ Standard Library

The C++ Standard Library
Title The C++ Standard Library PDF eBook
Author Nicolai M. Josuttis
Publisher Addison-Wesley
Pages 1190
Release 2012-05-25
Genre Computers
ISBN 0132977737

Download The C++ Standard Library Book in PDF, Epub and Kindle

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.

Standard C

Standard C
Title Standard C PDF eBook
Author P. J. Plauger
Publisher
Pages 207
Release 1989
Genre Computers
ISBN 9781556151583

Download Standard C Book in PDF, Epub and Kindle

Identifies and explains the syntax, functions, and expressions of the C programming language, and describes how to use its library of utility programs

Standard C Date/Time Library

Standard C Date/Time Library
Title Standard C Date/Time Library PDF eBook
Author Lance Latham
Publisher CRC Press
Pages 560
Release 1998-01-06
Genre Technology & Engineering
ISBN 9780879304966

Download Standard C Date/Time Library Book in PDF, Epub and Kindle

Does the year 2000 have you sweating late-night code? Use our complete library of C programming functions to master Y2K, time on the Net, ISO 8601, time stamp compression, or any other time/date application you encounter. Using the astronomers Julian Day'

Python Standard Library

Python Standard Library
Title Python Standard Library PDF eBook
Author Fredrik Lundh
Publisher "O'Reilly Media, Inc."
Pages 312
Release 2001
Genre Computers
ISBN 9780596000967

Download Python Standard Library Book in PDF, Epub and Kindle

CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.

Beyond the C++ Standard Library

Beyond the C++ Standard Library
Title Beyond the C++ Standard Library PDF eBook
Author Bjorn Karlsson
Publisher Pearson Education
Pages 703
Release 2005-08-31
Genre Computers
ISBN 0672334151

Download Beyond the C++ Standard Library Book in PDF, Epub and Kindle

Introducing the Boost libraries: the next breakthrough in C++ programming Boost takes you far beyond the C++ Standard Library, making C++ programming more elegant, robust, and productive. Now, for the first time, a leading Boost expert systematically introduces the broad set of Boost libraries and teaches best practices for their use. Writing for intermediate-to-advanced C++ developers, Björn Karlsson briefly outlines all 58 Boost libraries, and then presents comprehensive coverage of 12 libraries you're likely to find especially useful. Karlsson's topics range from smart pointers and conversions to containers and data structures, explaining exactly how using each library can improve your code. He offers detailed coverage of higher-order function objects that enable you to write code that is more concise, expressive, and readable. He even takes you "behind the scenes" with Boost, revealing tools and techniques for creating your own generic libraries. Coverage includes Smart pointers that provide automatic lifetime management of objects and simplify resource sharing Consistent, best-practice solutions for performing type conversions and lexical conversions Utility classes that make programming simpler and clearer Flexible container libraries that solve common problems not covered by the C++ Standard Library Powerful support for regular expressions with Boost.Regex Function objects defined at the call site with Boost.Bind and Boost.Lambda More flexible callbacks with Boost.Function Managed signals and slots (a.k.a. the Observer pattern) with Boost.Signals The Boost libraries are proving so useful that many of them are planned for inclusion in the next version of the C++ Standard Library. Get your head start now, with Beyond the C++ Standard Library.