上传者: salmonrun
|
上传时间: 2024-02-26 22:33:15
|
文件大小: 4.49MB
|
文件类型: PDF
Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 by Scott Meyers
English | 2014 | ISBN: 1491903996 | ISBN-13: 9781491903995 | 320 pages | PDF, EPUB | 22,6 MB
At first glance, C++11 and C++14 are defined by the new features they introduce, e.g., auto type declarations, move semantics, lambda expressions, and concurrency support. Information on these features is easy to come by, but learning to apply them effectively (such that the resulting software is correct, efficient, maintainable, and portable) is more challenging.