Loading…

Effective modern C++ : 42 specific ways to improve your use of C++11 and C++14 /

"Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively -- so that your softwar...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Meyers, Scott, 1968-
Format: Electronic eBook
Language:Inglés
Published: Sebastopol, CA : O'Reilly Media, 2014.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Deducing types
  • auto
  • Moving to Modern C++
  • Smart pointers
  • Rvalue references, move semantics, and perfect forwarding
  • Lambda expressions
  • The concurrency API
  • Tweaks.