Effective Modern C++

admin 2023年11月06日 143次浏览

Effective Modern C++

副标题:无

作者: 51epub.cc

内容简介:


Learn how to program expertly with C++ with this practical book from Scott Meyers, one of the world's foremost authorities on this systems programming language. Scott Meyers takes some of the most difficult pieces of C++ code and unfurls them so that you can see how to manipulate your own project code. This is the first book to contain content written with the C++14 standard.

T...

目录预览:

​ Effective Modern C++
From the Publisher
Using Code Examples
Safari® Books Online
How to Contact Us
Acknowledgments
Introduction
Terminology and Conventions
Reporting Bugs and Suggesting Improvements

  1. Deducing Types
    Item 1: Understand template type deduction.
    Case 1: ParamType is a Reference or Pointer, but not a Universal Reference
    Case 2: ParamType is a Universal Reference
    Case 3: ParamType is Neither a Pointer nor a Reference
    Array Arguments
    Function Arguments
    Item 2: Understand auto type de

[EPUB下载]