C++ Advanced Topics

seeders: 3
leechers: 1
Added 3 years ago by tutsnode in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

C++ Advanced Topics (Size: 1 GB)
  0 307.2 B
  01 About this course.en.srt 1.4 KB
  01 About this course.mp4 9.2 MB
  1 204.8 B
  02 Using the exercise files.mp4 10 MB
  2 250.9 KB
  02 Using the exercise files.en.srt 2.4 KB
  03 Operator overloads.en.srt 10.9 KB
  03 Operator overloads.mp4 41 MB
  3 339.8 KB
  4 2 KB
  04 Nonmember operators.en.srt 11.4 KB
  04 Nonmember operators.mp4 45.2 MB
  5 68.3 KB
  05 Conversion operators.en.srt 6.4 KB
  05 Conversion operators.mp4 26.4 MB
  6 119.5 KB
  06 Increment and decrement operators.en.srt 6.3 KB
  06 Increment and decrement operators.mp4 24.1 MB
  7 210.6 KB
  07 Functors.en.srt 4.5 KB
  07 Functors.mp4 16.8 MB
  08 What is move semantics.en.srt 3.7 KB
  08 What is move semantics.mp4 13.8 MB
  8 183.4 KB
  09 Understanding lvalues and rvalues.mp4 10.2 MB
  9 505.2 KB
  09 Understanding lvalues and rvalues.en.srt 2.8 KB
  10 327.6 KB
  10 Using std move.en.srt 7 KB
  10 Using std move.mp4 27.1 MB
  11 163.8 KB
  11 The move constructor.en.srt 10.7 KB
  11 The move constructor.mp4 39.4 MB
  12 The move assignment operator.en.srt 5.6 KB
  12 366.6 KB
  12 The move assignment operator.mp4 21.4 MB
  13 405.2 KB
  13 The copy-and-swap idiom.en.srt 7.1 KB
  13 The copy-and-swap idiom.mp4 28.8 MB
  14 410.8 KB
  14 Rule of three and five.en.srt 2.9 KB
  14 Rule of three and five.mp4 10.3 MB
  15 454.8 KB
  15 Lambda syntax.en.srt 6.8 KB
  15 Lambda syntax.mp4 29.2 MB
  16 Closures.en.srt 3.6 KB
  16 Closures.mp4 14.9 MB
  16 84.1 KB
  17 Algorithm predicates.en.srt 6.8 KB
  17 Algorithm predicates.mp4 28.1 MB
  17 132.6 KB
  18 Challenge A Lambda jump table.en.srt 2.8 KB
  18 Challenge A Lambda jump table.mp4 15.9 MB
  18 445.3 KB
  19 231.1 KB
  19 Why constraints.en.srt 8 KB
  19 Why constraints.mp4 33.3 MB
  20 378.8 KB
  20 Constraint syntax.en.srt 3.3 KB
  20 Constraint syntax.mp4 13.1 MB
  21 Defining concepts.en.srt 4.8 KB
  21 414.1 KB
  21 Defining concepts.mp4 21.4 MB
  22 The optional class.en.srt 4.8 KB
  22 The optional class.mp4 19.3 MB
  22 59.1 KB
  23 The any class.en.srt 4.1 KB
  23 The any class.mp4 13.9 MB
  23 120.4 KB
  24 247.7 KB
  24 The variant class.en.srt 7.7 KB
  24 The variant class.mp4 30.8 MB
  25 Sleeping.en.srt 3.9 KB
  25 276.6 KB
  25 Sleeping.mp4 15.4 MB
  26 157.1 KB
  26 Threads.en.srt 6.3 KB
  26 Threads.mp4 23.1 MB
  27 The async function.en.srt 9.3 KB
  27 The async function.mp4 38.9 MB
  27 173.3 KB
  28 Mutex and lock.en.srt 7.6 KB
  28 Mutex and lock.mp4 28.6 MB
  28 54.5 KB
  29 Atomic variables.en.srt 6 KB
  29 Atomic variables.mp4 26.6 MB
  29 67 KB
  30 The producer-consumer idiom.en.srt 4.3 KB
  30 The producer-consumer idiom.mp4 17.3 MB
  30 116.3 KB
  31 81.4 KB
  31 Initialization.en.srt 20.3 KB
  31 Initialization.mp4 74.9 MB
  32 Structured bindings.en.srt 7 KB
  32 Structured bindings.mp4 26.4 MB
  33 Random number engines.en.srt 6.6 KB
  33 Random number engines.mp4 23.3 MB
  34 The chrono library.en.srt 7.7 KB
  34 The chrono library.mp4 30 MB
  35 The filesystem library.en.srt 14.6 KB
  35 The filesystem library.mp4 56 MB
  36 The format library.en.srt 12.5 KB
  36 The format library.mp4 45.6 MB
  37 The spaceship operator.en.srt 5.9 KB
  37 The spaceship operator.mp4 23.1 MB
  38 Integer comparisons.en.srt 4 KB
  38 Integer comparisons.mp4 19.2 MB
  39 The span class.en.srt 2.1 KB
  39 The span class.mp4 8.7 MB
  40 Final project Numword.en.srt 1.6 KB
  40 Final project Numword.mp4 10.5 MB
  41 Thank you.en.srt 1.5 KB
  41 Thank you.mp4 8.9 MB
  Ex_Files_C_plus_plus_Advanced_Topics.zip 38 KB
  TutsNode.net.txt 102.4 B
  [TGx]Downloaded from torrentgalaxy.to .txt 614.4 B
  32 177.7 KB
  33 362.9 KB
  34 472 KB
  35 172.2 KB
  36 292.4 KB
  37 466.1 KB
  38 295.3 KB
  39 150.7 KB
  ▲ 125 total files

Description


Description

Looking to enhance your understanding of C++? In this course, explore some of the more complex aspects of this core programming language. From the basics of class definition to operator overloads and move semantics, instructor Bill Weinman helps you develop the skills you need to get the most out of C++. Learn about lambda expressions, concurrency, constraints and concepts, optional and variant classes, structured bindings, and best practices for initialization. Along the way, Bill covers some of the newer features of C++ including how to use the format library, the spaceship operator, the span class, and more.

Released 2/2023

Related Torrents

torrent name size uploader age seed leech
6
11
4
0
3