种子简介
种子名称:
C++11 Language Features
文件类型:
视频
文件数目:
69个文件
文件大小:
282.39 MB
收录时间:
2020-8-25 17:43
已经下载:
3次
资源热度:
132
最近下载:
2025-1-4 15:18
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:1ebd0b65c30026e645942ba562a2b65e996a3b75&dn=C++11 Language Features
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
C++11 Language Features.torrent
01.C++11 Features in GCC 4.8/01.Overview.wmv4.81MB
01.C++11 Features in GCC 4.8/02.auto Overview.wmv3.09MB
01.C++11 Features in GCC 4.8/03.Purpose of auto.wmv4.17MB
01.C++11 Features in GCC 4.8/04.Details of Using auto.wmv4.88MB
01.C++11 Features in GCC 4.8/05.decltype and declval.wmv4.46MB
01.C++11 Features in GCC 4.8/06.Trailing Return Types.wmv2.13MB
01.C++11 Features in GCC 4.8/07.Lambda Expressions Overview.wmv3.12MB
01.C++11 Features in GCC 4.8/08.Components of Lambda Expressions.wmv2.71MB
01.C++11 Features in GCC 4.8/09.Storing Lambdas.wmv3.56MB
01.C++11 Features in GCC 4.8/10.Referring to External Variables.wmv2.39MB
01.C++11 Features in GCC 4.8/11.Capturing in C++11.wmv8.57MB
01.C++11 Features in GCC 4.8/12.Mutable Lambdas.wmv2.7MB
01.C++11 Features in GCC 4.8/13.Other Features of Lambda Expressions.wmv2.12MB
01.C++11 Features in GCC 4.8/14.Avoiding Undefined Behavior.wmv3.41MB
01.C++11 Features in GCC 4.8/15.Rules of Thumb and Lambda Summary.wmv2.54MB
01.C++11 Features in GCC 4.8/16.Summary.wmv886.81KB
02.Templates, Classes, Initialization/01.Overview.wmv1.23MB
02.Templates, Classes, Initialization/02.Variadic Templates.wmv5.04MB
02.Templates, Classes, Initialization/03.Working with Parameter Packs.wmv6.83MB
02.Templates, Classes, Initialization/04.More Variadic Template Features.wmv4.81MB
02.Templates, Classes, Initialization/05.Template Aliases.wmv2.99MB
02.Templates, Classes, Initialization/06.]], Template Arguments, extern Templates.wmv6.25MB
02.Templates, Classes, Initialization/07.In-class Initializers for Non-static Data Members.wmv3.74MB
02.Templates, Classes, Initialization/08.Inheriting and Delegating Constructors.wmv7.17MB
02.Templates, Classes, Initialization/09.Default and Deleted Methods.wmv5.68MB
02.Templates, Classes, Initialization/10.override and final Keywords.wmv2.63MB
02.Templates, Classes, Initialization/11.Friend Declarations, Nested Classes.wmv3.24MB
02.Templates, Classes, Initialization/12.Uniform Initialization.wmv6MB
02.Templates, Classes, Initialization/13.initializer_list.wmv2.78MB
02.Templates, Classes, Initialization/14.Narrowing Conversions, Initialization Caveats.wmv7.48MB
02.Templates, Classes, Initialization/15.Summary.wmv694.17KB
03.Move Semantics, Perfect Forwarding, constexpr/01.Overview.wmv1.23MB
03.Move Semantics, Perfect Forwarding, constexpr/02.Move Semantics Introduction.wmv4.85MB
03.Move Semantics, Perfect Forwarding, constexpr/03.lvalue-rvalue Revision.wmv8.26MB
03.Move Semantics, Perfect Forwarding, constexpr/04.rvalue References.wmv4.51MB
03.Move Semantics, Perfect Forwarding, constexpr/05.Move Semantics Implementation.wmv8.93MB
03.Move Semantics, Perfect Forwarding, constexpr/06.std - -move.wmv1.51MB
03.Move Semantics, Perfect Forwarding, constexpr/07.Move Semantics Guidelines.wmv4.79MB
03.Move Semantics, Perfect Forwarding, constexpr/08.Reference Qualifiers for Member Functions.wmv3.28MB
03.Move Semantics, Perfect Forwarding, constexpr/09.Move-only Types.wmv1.75MB
03.Move Semantics, Perfect Forwarding, constexpr/10.Perfect Forwarding.wmv4.66MB
03.Move Semantics, Perfect Forwarding, constexpr/11.Reference Collapsing, forward and move Templates.wmv7.4MB
03.Move Semantics, Perfect Forwarding, constexpr/12.constexpr Mechanism.wmv3.36MB
03.Move Semantics, Perfect Forwarding, constexpr/13.constexpr Functions & Literal Types.wmv6.91MB
03.Move Semantics, Perfect Forwarding, constexpr/14.Summary.wmv1009.38KB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/01.Overview.wmv1.09MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/02.Range-based for Loops.wmv4MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/03.Null Pointer.wmv2.75MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/04.Enum Changes.wmv7.99MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/05.Compile Time Assertions.wmv3.82MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/06.Unicode Support & New Literals.wmv3.26MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/07.Raw Literals.wmv3.21MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/08.User Defined Literals.wmv3.59MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/09.Literal Operators.wmv8.85MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/10.Exception Specifications.wmv8.4MB
04.Range-based for nullptr, enums, literals, static_assert, noexcept/11.Summary.wmv1.06MB
05.More Language Features, other Platforms, and The Future of C++/01.Overview.wmv1.83MB
05.More Language Features, other Platforms, and The Future of C++/02.Explicit Conversion Operators.wmv1.44MB
05.More Language Features, other Platforms, and The Future of C++/03.Inline Namespaces.wmv3.59MB
05.More Language Features, other Platforms, and The Future of C++/04.alignof, alignas, sizeof.wmv2.64MB
05.More Language Features, other Platforms, and The Future of C++/05.Memory Model.wmv3.02MB
05.More Language Features, other Platforms, and The Future of C++/06.Thread Local Storage.wmv5.27MB
05.More Language Features, other Platforms, and The Future of C++/07.Generalized Attributes.wmv3.11MB
05.More Language Features, other Platforms, and The Future of C++/08.POD Types.wmv6.79MB
05.More Language Features, other Platforms, and The Future of C++/09.Changed Restrictions on Unions.wmv6.26MB
05.More Language Features, other Platforms, and The Future of C++/10.C99 Compatibility, Deprecations, Removals.wmv3.64MB
05.More Language Features, other Platforms, and The Future of C++/11.Writing Cross-platform Code.wmv3.16MB
05.More Language Features, other Platforms, and The Future of C++/12.C++14 and Beyond.wmv7.42MB
05.More Language Features, other Platforms, and The Future of C++/13.Summary.wmv1.69MB