首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Learn C++ Programming by Making Games
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2024-1-9 10:35
2024-11-2 20:16
94
3.73 GB
119
磁力链接
magnet:?xt=urn:btih:9a43ed77a44e5de22d2f18db473baafe310b4b10
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjlhNDNlZDc3YTQ0ZTVkZTIyZDJmMThkYjQ3M2JhYWZlMzEwYjRiMTBaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Learn
C
Programming
by
Making
Games
文件列表
18 - Mars Attacks/147 - Aliens bombs.mp4
156.42MB
1 - Introducing/1 - Introduction.mp4
11.07MB
2 - Are you smarter than a supercomputer/2 - Who do you think is smarter.mp4
10.15MB
2 - Are you smarter than a supercomputer/3 - What is programming.mp4
3.24MB
2 - Are you smarter than a supercomputer/4 - Mental Models.mp4
8.32MB
2 - Are you smarter than a supercomputer/5 - Language of Solving Problems.mp4
38.72MB
2 - Are you smarter than a supercomputer/6 - Pseudo code.mp4
33.83MB
2 - Are you smarter than a supercomputer/7 - Pseudo Code Problems.mp4
26.7MB
3 - Can I C now/13 - First Program.mp4
22.77MB
3 - Can I C now/14 - Variables and storing data.mp4
21.69MB
3 - Can I C now/15 - Bits Bytes and Types.mp4
26.44MB
3 - Can I C now/16 - Arithmetic operations.mp4
26.23MB
3 - Can I C now/17 - Basic input.mp4
16.35MB
3 - Can I C now/18 - The Compiler and Linker.mp4
9.3MB
3 - Can I C now/19 - Constants.mp4
8.39MB
3 - Can I C now/20 - Examples of basic programs.mp4
20.84MB
4 - If sandwich Then eat sandwich/23 - Statement blocks.mp4
3.27MB
4 - If sandwich Then eat sandwich/24 - Boolean Logic.mp4
9.68MB
4 - If sandwich Then eat sandwich/25 - Conditional expressions.mp4
24.64MB
4 - If sandwich Then eat sandwich/26 - if else if else.mp4
17.92MB
4 - If sandwich Then eat sandwich/27 - Switch Statements.mp4
30.26MB
4 - If sandwich Then eat sandwich/28 - Ternary Operator.mp4
7.65MB
4 - If sandwich Then eat sandwich/29 - If else practice.mp4
41.01MB
5 - If Ive told you once/32 - While loops.mp4
14.61MB
5 - If Ive told you once/33 - Do While Loops.mp4
8.11MB
5 - If Ive told you once/34 - For loops.mp4
9.18MB
5 - If Ive told you once/35 - Break and Continue.mp4
11.94MB
5 - If Ive told you once/36 - Nested Loops.mp4
5.71MB
5 - If Ive told you once/37 - Loops And Input.mp4
26.29MB
5 - If Ive told you once/38 - Looping practice.mp4
37.67MB
6 - Functional Dysfunction/41 - Functions.mp4
11.57MB
6 - Functional Dysfunction/42 - Scope.mp4
7.86MB
6 - Functional Dysfunction/43 - Lifetime.mp4
3.5MB
6 - Functional Dysfunction/44 - Arguments in functions.mp4
8.94MB
6 - Functional Dysfunction/45 - Functions that return values.mp4
8.35MB
6 - Functional Dysfunction/46 - Function overloading.mp4
10.19MB
6 - Functional Dysfunction/47 - Default Parameters.mp4
9.04MB
6 - Functional Dysfunction/48 - Recursion.mp4
12.54MB
6 - Functional Dysfunction/49 - Function practice.mp4
25.95MB
7 - Can I make a game now please/52 - Understanding Number Guesser.mp4
14.42MB
7 - Can I make a game now please/53 - Breaking down the problem.mp4
39.37MB
7 - Can I make a game now please/54 - Number Guesser Implementation.mp4
71.99MB
7 - Can I make a game now please/55 - Random number Guesser.mp4
20.25MB
8 - Quit pointing at me/58 - Mind model of memory.mp4
5.49MB
8 - Quit pointing at me/59 - Pointers.mp4
10.37MB
8 - Quit pointing at me/60 - References.mp4
8.91MB
8 - Quit pointing at me/61 - Pointers and Const.mp4
11.62MB
8 - Quit pointing at me/62 - Pass by reference vs pass by value.mp4
8.29MB
8 - Quit pointing at me/63 - Pitfalls of pointers and references and how to avoid them.mp4
10MB
8 - Quit pointing at me/64 - Pointers and References practice.mp4
7.41MB
9 - Get to the points man/67 - Arrays.mp4
14.44MB
9 - Get to the points man/68 - Arrays vs Pointers.mp4
18.38MB
9 - Get to the points man/69 - Arrays with functions.mp4
8.3MB
9 - Get to the points man/70 - C Strings.mp4
19.04MB
9 - Get to the points man/71 - Arrays practice.mp4
49.31MB
10 - An Elephant Never forgets/74 - Dynamic memory.mp4
8.75MB
10 - An Elephant Never forgets/75 - New and delete with arrays.mp4
8.36MB
10 - An Elephant Never forgets/76 - Proper pointer usage with memory.mp4
11.18MB
10 - An Elephant Never forgets/77 - Dynamic Memory pitfalls.mp4
15.76MB
10 - An Elephant Never forgets/78 - Dynamic memory practice.mp4
22.48MB
11 - Can I make a game that isnt lame now/81 - Top down design A new approach to problem solving.mp4
9.92MB
11 - Can I make a game that isnt lame now/82 - Understanding Hangman.mp4
7.65MB
11 - Can I make a game that isnt lame now/83 - Breaking down Hang man.mp4
46.07MB
11 - Can I make a game that isnt lame now/84 - Hangman Implementation.mp4
75.88MB
11 - Can I make a game that isnt lame now/85 - Hangman Implementation 2.mp4
69.29MB
11 - Can I make a game that isnt lame now/86 - Multiple Files.mp4
25.81MB
11 - Can I make a game that isnt lame now/87 - Open Terminal From Eclipse.mp4
26.09MB
12 - Sorry you just arent my type/90 - Structures.mp4
14.45MB
12 - Sorry you just arent my type/91 - Structures with functions.mp4
5.6MB
12 - Sorry you just arent my type/92 - Structures and Pointers.mp4
5.43MB
12 - Sorry you just arent my type/93 - Typedef.mp4
4.24MB
12 - Sorry you just arent my type/94 - Enum.mp4
4.75MB
12 - Sorry you just arent my type/95 - Structures practice.mp4
10.45MB
13 - The Grid a digital frontier/98 - Multidimensional arrays.mp4
9.63MB
13 - The Grid a digital frontier/99 - Pointers with multidimensional arrays.mp4
21.3MB
13 - The Grid a digital frontier/100 - Pointer to a pointer.mp4
12.17MB
13 - The Grid a digital frontier/101 - Function Pointers.mp4
16.35MB
13 - The Grid a digital frontier/102 - Practice.mp4
40.58MB
14 - Seriously though can I make a good game now/105 - Understanding Battleship.mp4
36.89MB
14 - Seriously though can I make a good game now/106 - Designing the data of Battleship.mp4
47.88MB
14 - Seriously though can I make a good game now/107 - Breaking down a Battleship.mp4
81.83MB
14 - Seriously though can I make a good game now/108 - Battleship Setup the game and Drawing the boards.mp4
115.22MB
14 - Seriously though can I make a good game now/109 - Battleship Setup the boards.mp4
138.02MB
14 - Seriously though can I make a good game now/110 - Battleship You sunk my battleship.mp4
86.24MB
14 - Seriously though can I make a good game now/111 - Battleship Adding a Simple AI.mp4
57.98MB
15 - File it under cool/114 - File Output.mp4
9.99MB
15 - File it under cool/115 - Reading from a file.mp4
15.92MB
15 - File it under cool/116 - Binary Files.mp4
24.63MB
15 - File it under cool/117 - File IO Mini Project part 1.mp4
71.56MB
15 - File it under cool/118 - File IO Mini Project part 2.mp4
72.39MB
16 - Lets go to the library/121 - Libraries and why they are useful.mp4
5.51MB
16 - Lets go to the library/122 - Strings.mp4
21.93MB
16 - Lets go to the library/123 - Vectors.mp4
25.78MB
16 - Lets go to the library/124 - Sorting.mp4
13.38MB
16 - Lets go to the library/125 - More work on the Mini Project.mp4
111.19MB
17 - Curses/128 - Curses Windows Setup.mp4
15.77MB
17 - Curses/129 - Curses window.mp4
9.7MB
17 - Curses/130 - Curses output.mp4
22.55MB
17 - Curses/131 - Curses Input.mp4
17.51MB
17 - Curses/132 - Curses A complete example.mp4
31.72MB
17 - Curses/133 - Curses Attributes and a splash of color.mp4
15.99MB
17 - Curses/134 - Curses Making our new Utils.mp4
28.55MB
18 - Mars Attacks/136 - Project Setup.mp4
12.5MB
18 - Mars Attacks/137 - Breaking down Space Invaders.mp4
57.09MB
18 - Mars Attacks/138 - Understanding the Data.mp4
66.55MB
18 - Mars Attacks/139 - Making the Player.mp4
97.92MB
18 - Mars Attacks/140 - Having the player shoot.mp4
41.43MB
18 - Mars Attacks/141 - Making the shields.mp4
53.87MB
18 - Mars Attacks/142 - Shield Collisions.mp4
59.36MB
18 - Mars Attacks/143 - Init Aliens and Draw.mp4
100.67MB
18 - Mars Attacks/144 - Alien Collision.mp4
58.89MB
18 - Mars Attacks/145 - Alien Movement.mp4
102.61MB
18 - Mars Attacks/146 - Aliens Vs Shields.mp4
53.29MB
18 - Mars Attacks/148 - Game states.mp4
133.54MB
18 - Mars Attacks/149 - Alien UFO.mp4
81.63MB
18 - Mars Attacks/150 - Game Over screen.mp4
87.14MB
18 - Mars Attacks/151 - Making a High Score Table.mp4
102.68MB
18 - Mars Attacks/152 - Load and Save High Scores.mp4
52.94MB
19 - In the end/155 - Where to go from here.mp4
3.26MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统