Cargando…

A tour of C++ /

The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Progra...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Stroustrup, Bjarne
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Upper Saddle River, NJ : Addison-Wesley, Ã2014.
Colección:C++ in-depth series.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • The basics
  • User-defined types
  • Modularity
  • Classes
  • Templates
  • Library overview
  • Strings and regular expressions
  • I/O streams
  • Containers
  • Algorithms
  • Utilities
  • Numerics
  • Concurrency
  • History and compatibility.