zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Learn C++ Programming by Making Games
magnet:?xt=urn:btih:9a43ed77a44e5de22d2f18db473baafe310b4b10&dn=Learn C++ Programming by Making Games
磁力链接详情
文件列表详情
9a43ed77a44e5de22d2f18db473baafe310b4b10
infohash:
119
文件数量
3.73 GB
文件大小
2024-1-9 10:35
创建日期
2024-12-19 05:40
最后访问
相关分词
Learn
C
Programming
by
Making
Games
18 - Mars Attacks/147 - Aliens bombs.mp4 156.42 MB
1 - Introducing/1 - Introduction.mp4 11.07 MB
2 - Are you smarter than a supercomputer/2 - Who do you think is smarter.mp4 10.15 MB
2 - Are you smarter than a supercomputer/3 - What is programming.mp4 3.24 MB
2 - Are you smarter than a supercomputer/4 - Mental Models.mp4 8.32 MB
2 - Are you smarter than a supercomputer/5 - Language of Solving Problems.mp4 38.72 MB
2 - Are you smarter than a supercomputer/6 - Pseudo code.mp4 33.83 MB
2 - Are you smarter than a supercomputer/7 - Pseudo Code Problems.mp4 26.7 MB
3 - Can I C now/13 - First Program.mp4 22.77 MB
3 - Can I C now/14 - Variables and storing data.mp4 21.69 MB
3 - Can I C now/15 - Bits Bytes and Types.mp4 26.44 MB
3 - Can I C now/16 - Arithmetic operations.mp4 26.23 MB
3 - Can I C now/17 - Basic input.mp4 16.35 MB
3 - Can I C now/18 - The Compiler and Linker.mp4 9.3 MB
3 - Can I C now/19 - Constants.mp4 8.39 MB
3 - Can I C now/20 - Examples of basic programs.mp4 20.84 MB
4 - If sandwich Then eat sandwich/23 - Statement blocks.mp4 3.27 MB
4 - If sandwich Then eat sandwich/24 - Boolean Logic.mp4 9.68 MB
4 - If sandwich Then eat sandwich/25 - Conditional expressions.mp4 24.64 MB
4 - If sandwich Then eat sandwich/26 - if else if else.mp4 17.92 MB
4 - If sandwich Then eat sandwich/27 - Switch Statements.mp4 30.26 MB
4 - If sandwich Then eat sandwich/28 - Ternary Operator.mp4 7.65 MB
4 - If sandwich Then eat sandwich/29 - If else practice.mp4 41.01 MB
5 - If Ive told you once/32 - While loops.mp4 14.61 MB
5 - If Ive told you once/33 - Do While Loops.mp4 8.11 MB
5 - If Ive told you once/34 - For loops.mp4 9.18 MB
5 - If Ive told you once/35 - Break and Continue.mp4 11.94 MB
5 - If Ive told you once/36 - Nested Loops.mp4 5.71 MB
5 - If Ive told you once/37 - Loops And Input.mp4 26.29 MB
5 - If Ive told you once/38 - Looping practice.mp4 37.67 MB
6 - Functional Dysfunction/41 - Functions.mp4 11.57 MB
6 - Functional Dysfunction/42 - Scope.mp4 7.86 MB
6 - Functional Dysfunction/43 - Lifetime.mp4 3.5 MB
6 - Functional Dysfunction/44 - Arguments in functions.mp4 8.94 MB
6 - Functional Dysfunction/45 - Functions that return values.mp4 8.35 MB
6 - Functional Dysfunction/46 - Function overloading.mp4 10.19 MB
6 - Functional Dysfunction/47 - Default Parameters.mp4 9.04 MB
6 - Functional Dysfunction/48 - Recursion.mp4 12.54 MB
6 - Functional Dysfunction/49 - Function practice.mp4 25.95 MB
7 - Can I make a game now please/52 - Understanding Number Guesser.mp4 14.42 MB
7 - Can I make a game now please/53 - Breaking down the problem.mp4 39.37 MB
7 - Can I make a game now please/54 - Number Guesser Implementation.mp4 71.99 MB
7 - Can I make a game now please/55 - Random number Guesser.mp4 20.25 MB
8 - Quit pointing at me/58 - Mind model of memory.mp4 5.49 MB
8 - Quit pointing at me/59 - Pointers.mp4 10.37 MB
8 - Quit pointing at me/60 - References.mp4 8.91 MB
8 - Quit pointing at me/61 - Pointers and Const.mp4 11.62 MB
8 - Quit pointing at me/62 - Pass by reference vs pass by value.mp4 8.29 MB
8 - Quit pointing at me/63 - Pitfalls of pointers and references and how to avoid them.mp4 10 MB
8 - Quit pointing at me/64 - Pointers and References practice.mp4 7.41 MB
9 - Get to the points man/67 - Arrays.mp4 14.44 MB
9 - Get to the points man/68 - Arrays vs Pointers.mp4 18.38 MB
9 - Get to the points man/69 - Arrays with functions.mp4 8.3 MB
9 - Get to the points man/70 - C Strings.mp4 19.04 MB
9 - Get to the points man/71 - Arrays practice.mp4 49.31 MB
10 - An Elephant Never forgets/74 - Dynamic memory.mp4 8.75 MB
10 - An Elephant Never forgets/75 - New and delete with arrays.mp4 8.36 MB
10 - An Elephant Never forgets/76 - Proper pointer usage with memory.mp4 11.18 MB
10 - An Elephant Never forgets/77 - Dynamic Memory pitfalls.mp4 15.76 MB
10 - An Elephant Never forgets/78 - Dynamic memory practice.mp4 22.48 MB
11 - Can I make a game that isnt lame now/81 - Top down design A new approach to problem solving.mp4 9.92 MB
11 - Can I make a game that isnt lame now/82 - Understanding Hangman.mp4 7.65 MB
11 - Can I make a game that isnt lame now/83 - Breaking down Hang man.mp4 46.07 MB
11 - Can I make a game that isnt lame now/84 - Hangman Implementation.mp4 75.88 MB
11 - Can I make a game that isnt lame now/85 - Hangman Implementation 2.mp4 69.29 MB
11 - Can I make a game that isnt lame now/86 - Multiple Files.mp4 25.81 MB
11 - Can I make a game that isnt lame now/87 - Open Terminal From Eclipse.mp4 26.09 MB
12 - Sorry you just arent my type/90 - Structures.mp4 14.45 MB
12 - Sorry you just arent my type/91 - Structures with functions.mp4 5.6 MB
12 - Sorry you just arent my type/92 - Structures and Pointers.mp4 5.43 MB
12 - Sorry you just arent my type/93 - Typedef.mp4 4.24 MB
12 - Sorry you just arent my type/94 - Enum.mp4 4.75 MB
12 - Sorry you just arent my type/95 - Structures practice.mp4 10.45 MB
13 - The Grid a digital frontier/98 - Multidimensional arrays.mp4 9.63 MB
13 - The Grid a digital frontier/99 - Pointers with multidimensional arrays.mp4 21.3 MB
13 - The Grid a digital frontier/100 - Pointer to a pointer.mp4 12.17 MB
13 - The Grid a digital frontier/101 - Function Pointers.mp4 16.35 MB
13 - The Grid a digital frontier/102 - Practice.mp4 40.58 MB
14 - Seriously though can I make a good game now/105 - Understanding Battleship.mp4 36.89 MB
14 - Seriously though can I make a good game now/106 - Designing the data of Battleship.mp4 47.88 MB
14 - Seriously though can I make a good game now/107 - Breaking down a Battleship.mp4 81.83 MB
14 - Seriously though can I make a good game now/108 - Battleship Setup the game and Drawing the boards.mp4 115.22 MB
14 - Seriously though can I make a good game now/109 - Battleship Setup the boards.mp4 138.02 MB
14 - Seriously though can I make a good game now/110 - Battleship You sunk my battleship.mp4 86.24 MB
14 - Seriously though can I make a good game now/111 - Battleship Adding a Simple AI.mp4 57.98 MB
15 - File it under cool/114 - File Output.mp4 9.99 MB
15 - File it under cool/115 - Reading from a file.mp4 15.92 MB
15 - File it under cool/116 - Binary Files.mp4 24.63 MB
15 - File it under cool/117 - File IO Mini Project part 1.mp4 71.56 MB
15 - File it under cool/118 - File IO Mini Project part 2.mp4 72.39 MB
16 - Lets go to the library/121 - Libraries and why they are useful.mp4 5.51 MB
16 - Lets go to the library/122 - Strings.mp4 21.93 MB
16 - Lets go to the library/123 - Vectors.mp4 25.78 MB
16 - Lets go to the library/124 - Sorting.mp4 13.38 MB
16 - Lets go to the library/125 - More work on the Mini Project.mp4 111.19 MB
17 - Curses/128 - Curses Windows Setup.mp4 15.77 MB
17 - Curses/129 - Curses window.mp4 9.7 MB
17 - Curses/130 - Curses output.mp4 22.55 MB
17 - Curses/131 - Curses Input.mp4 17.51 MB
17 - Curses/132 - Curses A complete example.mp4 31.72 MB
17 - Curses/133 - Curses Attributes and a splash of color.mp4 15.99 MB
17 - Curses/134 - Curses Making our new Utils.mp4 28.55 MB
18 - Mars Attacks/136 - Project Setup.mp4 12.5 MB
18 - Mars Attacks/137 - Breaking down Space Invaders.mp4 57.09 MB
18 - Mars Attacks/138 - Understanding the Data.mp4 66.55 MB
18 - Mars Attacks/139 - Making the Player.mp4 97.92 MB
18 - Mars Attacks/140 - Having the player shoot.mp4 41.43 MB
18 - Mars Attacks/141 - Making the shields.mp4 53.87 MB
18 - Mars Attacks/142 - Shield Collisions.mp4 59.36 MB
18 - Mars Attacks/143 - Init Aliens and Draw.mp4 100.67 MB
18 - Mars Attacks/144 - Alien Collision.mp4 58.89 MB
18 - Mars Attacks/145 - Alien Movement.mp4 102.61 MB
18 - Mars Attacks/146 - Aliens Vs Shields.mp4 53.29 MB
18 - Mars Attacks/148 - Game states.mp4 133.54 MB
18 - Mars Attacks/149 - Alien UFO.mp4 81.63 MB
18 - Mars Attacks/150 - Game Over screen.mp4 87.14 MB
18 - Mars Attacks/151 - Making a High Score Table.mp4 102.68 MB
18 - Mars Attacks/152 - Load and Save High Scores.mp4 52.94 MB
19 - In the end/155 - Where to go from here.mp4 3.26 MB
其他位置