https://img87.pixhost.to/images/599/359020115_tuto.jpg


Modern C++ Beginner to Practitioner (includes C++ 20)
Language: English | Size:4.74 GB
Genre:eLearning

Files Included :

1  Getting to know the instructor's perspective before diving into the course.mp4 (139.83 MB)
MP4
3  What is a C++ program.mp4 (45.32 MB)
MP4
4  Hello World The simplest C++ program.mp4 (25.32 MB)
MP4
5  Quick overview of the online development tool Compiler Explorer.mp4 (61.64 MB)
MP4
7  Getting started with Udemy Coding exercises.mp4 (18.3 MB)
MP4
1  Introduction to C++ standard library.mp4 (25.38 MB)
MP4
2  Standard library components overview.mp4 (192.59 MB)
MP4
3  Standard Library Organization.mp4 (54.97 MB)
MP4
1  Introduction.mp4 (14.97 MB)
MP4
2  C++ String class interface and operations.mp4 (50.5 MB)
MP4
4  String implementation overiew.mp4 (23.37 MB)
MP4
5  string view feature of C++.mp4 (37.21 MB)
MP4
7  Regex classes in C++.mp4 (21.3 MB)
MP4
8  Regex notation and usage overview.mp4 (67.59 MB)
MP4
1  Introduction to IO facilities in C++.mp4 (10.58 MB)
MP4
10  Streams in C++.mp4 (60.28 MB)
MP4
12  Filesystem facilites in the standard library of C++.mp4 (67.82 MB)
MP4
2  Ostream Output streams.mp4 (11.35 MB)
MP4
3  Istream Input Stream.mp4 (17.87 MB)
MP4
4  IO state  Handling the various states of streams like production code.mp4 (19.56 MB)
MP4
5  IO with User Defined Types.mp4 (23.93 MB)
MP4
7  Stream formatting for presenting data with appropriate format.mp4 (32.73 MB)
MP4
8  Format functions to present data in the printf style formatting.mp4 (59.54 MB)
MP4
1  Introduction to STL containers.mp4 (7.11 MB)
MP4
10  Container overview from production perspective.mp4 (60.3 MB)
MP4
2  Vector.mp4 (103.48 MB)
MP4
3  List and forward list.mp4 (24.37 MB)
MP4
5  Map.mp4 (14.88 MB)
MP4
7  Unordered Map (Hash map ).mp4 (24.73 MB)
MP4
9  Allocators in C++.mp4 (51.3 MB)
MP4
1  Introduction to STL algorithms in C++.mp4 (38.83 MB)
MP4
2  Use of iterators by STL algorithms to achieve generic functionalities.mp4 (28.53 MB)
MP4
4  Types of iterators.mp4 (29.17 MB)
MP4
5  Predicates.mp4 (12.68 MB)
MP4
7  Overview of commonly use STL algorithms in production code.mp4 (59.71 MB)
MP4
8  Parallel Algorithms introduced in standard library.mp4 (36.87 MB)
MP4
1  Introduction to ranges in C++.mp4 (26.88 MB)
MP4
2  Views.mp4 (44.43 MB)
MP4
3  Generators as supporting tools for ranges.mp4 (15.99 MB)
MP4
5  Pipelines.mp4 (16.81 MB)
MP4
6  Concepts overview.mp4 (39.34 MB)
MP4
1  Introduction to Pointers and containers.mp4 (12.64 MB)
MP4
2  Pointers.mp4 (31.33 MB)
MP4
3  Unique Pointer and shared Pointer (unique ptr and shared ptr ).mp4 (62.42 MB)
MP4
5  Span.mp4 (36.34 MB)
MP4
7  Containers (Non STL).mp4 (101.74 MB)
MP4
9  Alternatives (variant, optional , any).mp4 (56.4 MB)
MP4
1  Introduction.mp4 (8.45 MB)
MP4
11  Bit manipulation utilities overview.mp4 (17.57 MB)
MP4
12  Ways of exiting programs predictably.mp4 (21.49 MB)
MP4
2  Time , Chrono utilities.mp4 (56.53 MB)
MP4
4  Function adaption.mp4 (19.31 MB)
MP4
6  Type functions.mp4 (53.73 MB)
MP4
8  Source location feature.mp4 (9.73 MB)
MP4
9  move and forward semantics.mp4 (33.92 MB)
MP4
1  Introduction.mp4 (14.39 MB)
MP4
2  Quick overview of numerical algorithms and mathematical functions in C++ library.mp4 (9.93 MB)
MP4
4  Random number facilities provided by standard library.mp4 (16.2 MB)
MP4
6  Vector Arithmetic and other facilities provided by standard library.mp4 (11.78 MB)
MP4
1  Introduction.mp4 (21.22 MB)
MP4
10  Alternatives to sharing data and low level semantics using Futures.mp4 (79.16 MB)
MP4
12  A brief introduction to Coroutines.mp4 (39.17 MB)
MP4
2  The notion of task and threads.mp4 (28.75 MB)
MP4
4  Passing arguments and returning values from threads.mp4 (24.6 MB)
MP4
6  Sharing data between threads.mp4 (35.73 MB)
MP4
8  Waiting for events using condition variable.mp4 (59.49 MB)
MP4
1  Functions  Declaration and basic syntax.mp4 (13.03 MB)
MP4
12  Scope and lifetime of entities in C++ programs.mp4 (34.77 MB)
MP4
14  Constants in C++ programs  const, constexpr, consteval.mp4 (56.79 MB)
MP4
16  Arrays, Pointers and References in C++.mp4 (43.87 MB)
MP4
18  Null pointers in Modern C++.mp4 (39.07 MB)
MP4
20  Understanding pointers and references from a hardware perspective.mp4 (57.63 MB)
MP4
21  Testing and selection based workflows with conditional statements and looping.mp4 (60.78 MB)
MP4
3  Functions Possible variations in syntax to support more features.mp4 (26.57 MB)
MP4
5  Types and variables in C++.mp4 (27.62 MB)
MP4
7  Arithmetic operations with Fundamental types in C++.mp4 (25.39 MB)
MP4
9  Initializations and auto keyword in C++.mp4 (40.86 MB)
MP4
1  Introduction to User Defined Types.mp4 (14.02 MB)
MP4
3  Structures in C++.mp4 (47.72 MB)
MP4
5  Introduction to Classes in Modern C++.mp4 (60.6 MB)
MP4
7  Understanding the Enumerations in C++.mp4 (47.74 MB)
MP4
9  Concept of Union and Variants in C++.mp4 (30.8 MB)
MP4
1  Introduction and One Definition Rule.mp4 (39.1 MB)
MP4
10  Return Values from functions.mp4 (44.77 MB)
MP4
3  Separate Compilation - Header Files Mechanism.mp4 (42.12 MB)
MP4
5  Modules ( introduced since C++20).mp4 (31.25 MB)
MP4
6  Namespaces.mp4 (32.79 MB)
MP4
8  Function Arguments.mp4 (29.22 MB)
MP4
1  Introduction to error handling.mp4 (12.01 MB)
MP4
2  Exceptions in C++.mp4 (53.18 MB)
MP4
4  Invariants.mp4 (23.38 MB)
MP4
6  Alternatives to Error handling in C++.mp4 (53.2 MB)
MP4
8  Assertions in C++.mp4 (60.76 MB)
MP4
1  Introduction to Classes in C++.mp4 (13.83 MB)
MP4
11  Class Hierarchies in Practice.mp4 (66.2 MB)
MP4
2  Concrete Types in C++.mp4 (17.15 MB)
MP4
3  Concrete Type Example  Complex Number class.mp4 (38.31 MB)
MP4
5  Concrete Type Example Container class.mp4 (29.19 MB)
MP4
6  Abstract Types in C++.mp4 (64.76 MB)
MP4
8  Virtual Functions in C++.mp4 (23.1 MB)
MP4
9  Class Hierarchies in C++.mp4 (54.67 MB)
MP4
1  Introduction to essential opearations and Member initialization.mp4 (57.87 MB)
MP4
12  User Defined Literals.mp4 (34.07 MB)
MP4
3  Copy and move operation semantics.mp4 (60.67 MB)
MP4
5  Resource Management in C++.mp4 (35.02 MB)
MP4
6  Operator overloading.mp4 (18.32 MB)
MP4
8  Conventional Operations - 1.mp4 (43.78 MB)
MP4
9  Conventional Operations - 2.mp4 (36.01 MB)
MP4
1  Introduction to templates and parameterized types.mp4 (42.96 MB)
MP4
11  Template mechanisms.mp4 (25.12 MB)
MP4
3  Concepts in C++.mp4 (20.41 MB)
MP4
5  Template argument deduction and special cases where compiler needs your help!.mp4 (37.76 MB)
MP4
7  Function Templates and Functors.mp4 (42.93 MB)
MP4
9  Lambda Expressions.mp4 (48.48 MB)
MP4
1  Introduction to Concepts as extension to use cases of templates.mp4 (39.29 MB)
MP4
10  Generic programming as a use case of concepts and templates.mp4 (60.59 MB)
MP4
11  Variadic templates.mp4 (59.84 MB)
MP4
13  Fold Expressions ( C++17) , Argument forwarding, Template compilation model.mp4 (53.7 MB)
MP4
2  Need for concepts in the C++ type system.mp4 (20.73 MB)
MP4
3  Using concepts in programs.mp4 (28 MB)
MP4
4  Concepts based overloading.mp4 (30.96 MB)
MP4
6  Checking Valid code using concepts in programs.mp4 (11.74 MB)
MP4
7  Defining a concept.mp4 (75.42 MB)
MP4
9  Concepts and auto keyword.mp4 (37.81 MB)
MP4

https://thumbs2.imgbox.com/d3/97/bUNELy6n_t.jpg

https://img87.pixhost.to/images/1010/363506399_rg.png
Modern C++ Beginner to Practitioner (includes C++ 20).z01

Код:
https://rapidgator.net/file/bd5334957a4693d9867ebb103b668fff/Modern_C___Beginner_to_Practitioner_includes_C___20.z01

Modern C++ Beginner to Practitioner (includes C++ 20).z02

Код:
https://rapidgator.net/file/a5cd628959958ec6cf12eb361a50598f/Modern_C___Beginner_to_Practitioner_includes_C___20.z02

Modern C++ Beginner to Practitioner (includes C++ 20).z03

Код:
https://rapidgator.net/file/31470cae3d1e4d1ff274e5d075d08be1/Modern_C___Beginner_to_Practitioner_includes_C___20.z03

Modern C++ Beginner to Practitioner (includes C++ 20).z04

Код:
https://rapidgator.net/file/9169c881e1f7e4de2fb79fd25f7259d4/Modern_C___Beginner_to_Practitioner_includes_C___20.z04

Modern C++ Beginner to Practitioner (includes C++ 20).z05

Код:
https://rapidgator.net/file/a1a0248441307e6a7052664efdd3561b/Modern_C___Beginner_to_Practitioner_includes_C___20.z05

Modern C++ Beginner to Practitioner (includes C++ 20).z06

Код:
https://rapidgator.net/file/2528e0d6f0e053dbd2694657874146da/Modern_C___Beginner_to_Practitioner_includes_C___20.z06

Modern C++ Beginner to Practitioner (includes C++ 20).z07

Код:
https://rapidgator.net/file/36c8ceaf8a47b13565650a45ada9e900/Modern_C___Beginner_to_Practitioner_includes_C___20.z07

Modern C++ Beginner to Practitioner (includes C++ 20).z08

Код:
https://rapidgator.net/file/a080ef3e201234839db82ad08b3ef23f/Modern_C___Beginner_to_Practitioner_includes_C___20.z08

Modern C++ Beginner to Practitioner (includes C++ 20).z09

Код:
https://rapidgator.net/file/85a706a8ffd1ece50de1477d9fda58f8/Modern_C___Beginner_to_Practitioner_includes_C___20.z09

Modern C++ Beginner to Practitioner (includes C++ 20).zip

Код:
https://rapidgator.net/file/8095b4c030c5162994d9104c133ce7b0/Modern_C___Beginner_to_Practitioner_includes_C___20.zip

https://img89.pixhost.to/images/72/375727939_katfile.png
Modern C++ Beginner to Practitioner (includes C++ 20).z01

Код:
https://katfile.com/vzgmm3icg7ki/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z01

Modern C++ Beginner to Practitioner (includes C++ 20).z02

Код:
https://katfile.com/fuu0fn7z1f7u/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z02

Modern C++ Beginner to Practitioner (includes C++ 20).z03

Код:
https://katfile.com/tat1fm2mgunq/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z03

Modern C++ Beginner to Practitioner (includes C++ 20).z04

Код:
https://katfile.com/8vopnk8xsk8a/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z04

Modern C++ Beginner to Practitioner (includes C++ 20).z05

Код:
https://katfile.com/gg6p6qngjc7b/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z05

Modern C++ Beginner to Practitioner (includes C++ 20).z06

Код:
https://katfile.com/epaqgbvrpum9/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z06

Modern C++ Beginner to Practitioner (includes C++ 20).z07

Код:
https://katfile.com/vf2tujbvc5x6/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z07

Modern C++ Beginner to Practitioner (includes C++ 20).z08

Код:
https://katfile.com/d98e8stn4g71/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z08

Modern C++ Beginner to Practitioner (includes C++ 20).z09

Код:
https://katfile.com/psc7xtqiiqxa/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z09

Modern C++ Beginner to Practitioner (includes C++ 20).zip

Код:
https://katfile.com/883vvzzd6p4x/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.zip

https://img88.pixhost.to/images/1104/374886620_1dl.png
Modern C++ Beginner to Practitioner (includes C++ 20).z01

Код:
https://1dl.net/zb6hp9mkmvyc/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z01

Modern C++ Beginner to Practitioner (includes C++ 20).z02

Код:
https://1dl.net/6pnudygijrvh/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z02

Modern C++ Beginner to Practitioner (includes C++ 20).z03

Код:
https://1dl.net/u68hbggj9fkp/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z03

Modern C++ Beginner to Practitioner (includes C++ 20).z04

Код:
https://1dl.net/sw72jv84ky20/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z04

Modern C++ Beginner to Practitioner (includes C++ 20).z05

Код:
https://1dl.net/clw05omxoxgy/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z05

Modern C++ Beginner to Practitioner (includes C++ 20).z06

Код:
https://1dl.net/puvei5qwyw7v/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z06

Modern C++ Beginner to Practitioner (includes C++ 20).z07

Код:
https://1dl.net/3v4yyxa7phe0/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z07

Modern C++ Beginner to Practitioner (includes C++ 20).z08

Код:
https://1dl.net/txfo3z7ij6ty/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z08

Modern C++ Beginner to Practitioner (includes C++ 20).z09

Код:
https://1dl.net/fi4xgq8rnjf1/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.z09

Modern C++ Beginner to Practitioner (includes C++ 20).zip

Код:
https://1dl.net/90bsqusihq8r/Modern_C%2B%2B_Beginner_to_Practitioner_includes_C%2B%2B_20.zip