Cargando…

The C++ standard library : a tutorial and reference /

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 de...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Josuttis, Nicolai M.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Upper Saddle River, NJ : Addison-Wesley, 2012.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • About this book
  • Introduction to C++ and the standard library
  • New language features
  • General concepts
  • Utilities
  • The standard template library
  • STL containers
  • STL container members in detail
  • STL iterators
  • STL function objects and using lambdas
  • STL algorithms
  • Special containers
  • Strings
  • Regular expressions
  • Input/output using stream classes
  • Internationalization
  • Numerics
  • Concurrency
  • Allocators.