TorBT - Torrents and Magnet Links Search Engine

[Udemy] 1. Learn C++ for Game Development in Unreal Engine [ENG-RUS]

File Name
Size
name.txt
285 B
1/1.01. Introduction.mp3
1022 kB
1/1.01. Introduction.mp4
18 MB
2/2.01. Getting Started - Downloading Visual Studio.mp3
1.9 MB
2/2.01. Getting Started - Downloading Visual Studio.mp4
28 MB
2/2.02. Your First Game - You Died! - Printing Text to the Screen.mp3
9.4 MB
2/2.02. Your First Game - You Died! - Printing Text to the Screen.mp4
72 MB
2/2.03. Variables and Data Type.mp3
12 MB
2/2.03. Variables and Data Type.mp4
98 MB
2/2.04. Statements and Expressions.mp3
2.9 MB
2/2.04. Statements and Expressions.mp4
54 MB
2/2.05. Truth Values.mp3
3.8 MB
2/2.05. Truth Values.mp4
57 MB
2/2.06. Relational Operators.mp3
8.0 MB
2/2.06. Relational Operators.mp4
123 MB
2/2.07. If Statement - How to Use the Truth Values with Relational Operators.mp3
4.3 MB
2/2.07. If Statement - How to Use the Truth Values with Relational Operators.mp4
65 MB
2/2.08. If Statement - Hands On Programming Lecture.mp3
3.4 MB
2/2.08. If Statement - Hands On Programming Lecture.mp4
15 MB
2/2.09. IfElse Statement - Use Else to Provide Code for When the Condition is Fals.mp3
6.9 MB
2/2.09. IfElse Statement - Use Else to Provide Code for When the Condition is Fals.mp4
107 MB
2/2.10. IfElse Statement - Hands On Programming Lecture.mp3
1.8 MB
2/2.10. IfElse Statement - Hands On Programming Lecture.mp4
9.3 MB
2/2.11. Else If - Adding Even More Functionality to your If Statements.mp3
8.4 MB
2/2.11. Else If - Adding Even More Functionality to your If Statements.mp4
130 MB
2/2.12. Else If - Hands On Practice with Else If Statements.mp3
4.4 MB
2/2.12. Else If - Hands On Practice with Else If Statements.mp4
22 MB
3/3.01. Scope - What Do Those Curly Braces Do Anyway.mp3
7.5 MB
3/3.01. Scope - What Do Those Curly Braces Do Anyway.mp4
65 MB
3/3.02. Identifiers - You Cant Name Your Stuff Just Anything.mp3
8.2 MB
3/3.02. Identifiers - You Cant Name Your Stuff Just Anything.mp4
154 MB
3/3.03. Keywords - The Forbidden Words You Cannot Use For Your Identifiers.mp3
2.6 MB
3/3.03. Keywords - The Forbidden Words You Cannot Use For Your Identifiers.mp4
48 MB
3/3.04. Functions - Create Routines for your Programs.mp3
18 MB
3/3.04. Functions - Create Routines for your Programs.mp4
287 MB
3/3.05. Functions - Hands On Programming Lecture.mp3
13 MB
3/3.05. Functions - Hands On Programming Lecture.mp4
83 MB
4/4.01. Functions Revisited - More Practice With Functions.mp3
23 MB
4/4.01. Functions Revisited - More Practice With Functions.mp4
101 MB
4/4.02. Increment Operators - Manipulate Your Numbers with Handy Operators.mp3
9.8 MB
4/4.02. Increment Operators - Manipulate Your Numbers with Handy Operators.mp4
184 MB
4/4.03. Increment Operators - Hands On Practice With Computations.mp3
10 MB
4/4.03. Increment Operators - Hands On Practice With Computations.mp4
75 MB
4/4.04. While Loops - Let Your Code do the Work For You.mp3
20 MB
4/4.04. While Loops - Let Your Code do the Work For You.mp4
370 MB
4/4.05. While Loops - Hands On Practice.mp3
6.9 MB
4/4.05. While Loops - Hands On Practice.mp4
116 MB
4/4.06. Do While - Another Flavor of the For Loop.mp3
8.8 MB
4/4.06. Do While - Another Flavor of the For Loop.mp4
159 MB
4/4.07. For Loops - Looping For A Specified Number of Iterations.mp3
9.5 MB
4/4.07. For Loops - Looping For A Specified Number of Iterations.mp4
146 MB
4/4.08. For Loops - Hands On Looping Practice.mp3
8.9 MB
4/4.08. For Loops - Hands On Looping Practice.mp4
67 MB
4/4.09. References - Variables Which Are Aliases for Other Variables.mp3
8.3 MB
4/4.09. References - Variables Which Are Aliases for Other Variables.mp4
128 MB
4/4.10. References - Hands On Practice with Variable Aliases.mp3
11 MB
4/4.10. References - Hands On Practice with Variable Aliases.mp4
204 MB
4/4.11. Function Overloading - Multiple Versions of a Function.mp3
5.7 MB
4/4.11. Function Overloading - Multiple Versions of a Function.mp4
108 MB
4/4.12. Function Overloading - Get a Load of Function Overloading Hands On!.mp3
9.7 MB
4/4.12. Function Overloading - Get a Load of Function Overloading Hands On.mp4
185 MB
4/4.13. Strings - How Strings Work in C++.mp3
14 MB
4/4.13. Strings - How Strings Work in C++.mp4
268 MB
4/4.14. Strings - How to Use Them.mp3
6.5 MB
4/4.14. Strings - How to Use Them.mp4
106 MB
4/4.15. Constants - Variables That Can Never Change.mp3
9.9 MB
4/4.15. Constants - Variables That Can Never Change.mp4
186 MB
4/4.16. AND OR and Truth Tables - The Tools Of Logic.mp3
8.5 MB
4/4.16. AND OR and Truth Tables - The Tools Of Logic.mp4
162 MB
4/4.17. AND OR In Practice - Hands On With The Tools Of Logic.mp3
6.4 MB
4/4.17. AND OR In Practice - Hands On With The Tools Of Logic.mp4
105 MB
4/4.18. Arrays - Multiple Values, One Variable.mp3
11 MB
4/4.18. Arrays - Multiple Values, One Variable.mp4
201 MB
4/4.19. Arrays - Feel the Power of Arrays in Practice.mp3
13 MB
4/4.19. Arrays - Feel the Power of Arrays in Practice.mp4
188 MB
4/4.20. Enums - Named Constants that Programmers Use for Program States.mp3
11 MB
4/4.20. Enums - Named Constants that Programmers Use for Program States.mp4
208 MB
4/4.21. Enums - Use Enums in Your Code!.mp3
12 MB
4/4.21. Enums - Use Enums in Your Code.mp4
215 MB
4/4.22. Switch Statements - More Efficient than If Statements in Series.mp3
12 MB
4/4.22. Switch Statements - More Efficient than If Statements in Series.mp4
222 MB
4/4.23. Switch Statements - Use Switch Statements to Make Code More Efficient!.mp3
21 MB
4/4.23. Switch Statements - Use Switch Statements to Make Code More Efficient.mp4
341 MB
4/4.24. Structs - A Custom Data Type With Member Variables and Functions.mp3
8.1 MB
4/4.24. Structs - A Custom Data Type With Member Variables and Functions.mp4
137 MB
4/4.25. Structs in Practice - Hands on With Structs.mp3
11 MB
4/4.25. Structs in Practice - Hands on With Structs.mp4
188 MB
4/4.26. Pointers - Variables that Point to Addresses of Data.mp3
17 MB
4/4.26. Pointers - Variables that Point to Addresses of Data.mp4
271 MB
4/4.27. Pointers in Practice - Hands on With Pointers.mp3
20 MB
4/4.27. Pointers in Practice - Hands on With Pointers.mp4
148 MB
4/4.28. Objects and Classes - The Magic of Object Oriented Programming.mp3
3.6 MB
4/4.28. Objects and Classes - The Magic of Object Oriented Programming.mp4
54 MB
4/4.29. Objects and Classes In Practice - Hands-On Class Creation.mp3
2.6 MB
4/4.29. Objects and Classes In Practice - Hands-On Class Creation.mp4
16 MB
4/4.30. Constructors - The Function that Gets Called When an Object is Created.mp3
2.5 MB
4/4.30. Constructors - The Function that Gets Called When an Object is Created.mp4
48 MB
4/4.31. Constructing Constructors - Let's Create Our Own Custom Constructors!.mp3
13 MB
4/4.31. Constructing Constructors - Lets Create Our Own Custom Constructors.mp4
86 MB
4/4.32. Inheritance - How Classes Can Inherit From Other Classes.mp3
6.9 MB
4/4.32. Inheritance - How Classes Can Inherit From Other Classes.mp4
106 MB
4/4.33. Inheritance in Practice 1 - Hands On with Inheritance.mp3
14 MB
4/4.33. Inheritance in Practice 1 - Hands On with Inheritance.mp4
193 MB
4/4.34. Inheritance in Practice 2 - Hands On with Inheritance.mp3
14 MB
4/4.34. Inheritance in Practice 2 - Hands On with Inheritance.mp4
210 MB
4/4.35. Inheritance in Practice 3 - Hands On with Inheritance.mp3
9.7 MB
4/4.35. Inheritance in Practice 3 - Hands On with Inheritance.mp4
184 MB
4/4.36. Access Modifiers - public, private, and protected.mp3
8.4 MB
4/4.36. Access Modifiers - public, private, and protected.mp4
130 MB
4/4.37. Using Access Modifiers - Mark Up Our Classes with Access Modifiers.mp3
25 MB
4/4.37. Using Access Modifiers - Mark Up Our Classes with Access Modifiers.mp4
196 MB
5/5.01. Stack and Heap - How Dynamic Memory Works.mp3
15 MB
5/5.01. Stack and Heap - How Dynamic Memory Works.mp4
286 MB
5/5.02. Stack and Heap - Practice with Dynamic Memory.mp3
14 MB
5/5.02. Stack and Heap - Practice with Dynamic Memory.mp4
117 MB
5/5.03. Destructors - Clean-Up Functions.mp3
8.5 MB
5/5.03. Destructors - Clean-Up Functions.mp4
143 MB
5/5.04. Destructors - Hands-On Practice Destructing.mp3
5.4 MB
5/5.04. Destructors - Hands-On Practice Destructing.mp4
86 MB
5/5.05. The Static Keyword - Static Variables.mp3
9.1 MB
5/5.05. The Static Keyword - Static Variables.mp4
141 MB
5/5.06. Practice with Static.mp3
15 MB
5/5.06. Practice with Static.mp4
240 MB
5/5.07. Virtual Functions - Overriding Inherited Methods (Functions).mp3
4.9 MB
5/5.07. Virtual Functions - Overriding Inherited Methods (Functions).mp4
75 MB
5/5.08. Creating Virtual Functions.mp3
11 MB
5/5.08. Creating Virtual Functions.mp4
89 MB
5/5.09. Polymorphism - The True Power of Object Oriented Programming.mp3
12 MB
5/5.09. Polymorphism - The True Power of Object Oriented Programming.mp4
178 MB
5/5.10. Polymorphism - Hands-On Practice with Inheritance Hierarchies.mp3
8.6 MB
5/5.10. Polymorphism - Hands-On Practice with Inheritance Hierarchies.mp4
164 MB
5/5.11. Multiple Inheritance - How A Class Can Inherit From More Than One Parent.mp3
5.2 MB
5/5.11. Multiple Inheritance - How A Class Can Inherit From More Than One Parent.mp4
80 MB
5/5.12. Casting - Converting From One Type To Another.mp3
16 MB
5/5.12. Casting - Converting From One Type To Another.mp4
308 MB
5/5.13. Practice With Casting.mp3
17 MB
5/5.13. Practice With Casting.mp4
268 MB
5/5.14. Header Files - How Large Programs are Organized.mp3
10 MB
5/5.14. Header Files - How Large Programs are Organized.mp4
171 MB
5/5.15. Practice with Header Files.mp3
17 MB
5/5.15. Practice with Header Files.mp4
266 MB