C++ Recursion with Vectors
9:20
Recursion in C++
10:50
Ай бұрын
C++ Const Reference
4:44
Ай бұрын
C++ Function Overloading
10:42
Ай бұрын
C++ Functions
13:36
Ай бұрын
Pointers to Pointers C++
14:45
2 ай бұрын
Dynamic Memory Allocation in C++
8:55
C++ Pointers and Arrays
10:11
2 ай бұрын
C++ Null Pointers
8:29
2 ай бұрын
References in C++
10:56
2 ай бұрын
Pointers in C++
9:33
2 ай бұрын
Tic Tac Toe Game in C++
20:20
2 ай бұрын
Rock Paper Scissors Game in C++
10:48
C++ Switch Statement
9:49
3 ай бұрын
C++ Break and Continue Statements
12:10
Do While Loops in C++
9:36
3 ай бұрын
While Loops in C++
11:27
3 ай бұрын
For Each Loop in C++
12:36
3 ай бұрын
Code Flappy Bird in Java
54:02
4 ай бұрын
For Loops in C++
10:41
4 ай бұрын
C++ Vectors and Dynamic Arrays
16:24
Пікірлер
@WORLDWIDESOCAL9
@WORLDWIDESOCAL9 2 сағат бұрын
im doing his on macOS the MinGW-w64 doesn't show up on the page
@Gabriella-jf
@Gabriella-jf 2 сағат бұрын
I was burning my brain with that py files. I just runned as it was and still worked.
@Gabriella-jf
@Gabriella-jf 3 сағат бұрын
😮
@philip3746
@philip3746 6 сағат бұрын
Great video, very clear. I am going to try to modify your code to where the computer can play one of the players. I have seen it done in Python so I will try in Java.
@Icyisprog
@Icyisprog 20 сағат бұрын
My question is does the word change everyday automatically or do we have to update the word on our website everyday
@gkguru3362
@gkguru3362 Күн бұрын
Thank u sir I'm from India I saw many videos but you told about the extension
@silentworldsound
@silentworldsound Күн бұрын
can you please make a bubble shoter game in js, please Thanks;
@felipesb2
@felipesb2 Күн бұрын
Thank you very much. VSCode is just the best and worst editor at the same time. I mean, they could put the compiler to be installed by that Addons option inside the editor itself. Another way could be as soon as you open C/C++ Addon (Microsoft), it'd show us an option to install a compiler on a list OR select the compiler path... Just as easy as this. But no... They need to maintain this ritualistic installation just because it is C++.
@progi99
@progi99 2 күн бұрын
thank you, I wonder if it's possible to develop this into a real game, or if it's easier to use some kind of engine.
@KennyYipCoding
@KennyYipCoding Күн бұрын
you should continue working on it if you want to improve your skills and creativity to make the game more fun! It wouldn't be profitable because there's too many clones of the game already but it would be a good learning experience and something you can share with your peers
@R0k47
@R0k47 2 күн бұрын
Very useful. Even in 2024. Was having so many issues as a beginner running my code in VS code I nearly changed ide's lol. Thank you
@huynhduong2342
@huynhduong2342 2 күн бұрын
Execellent videos☺️, love ur tutorials
@alisaniya260
@alisaniya260 2 күн бұрын
Paste hi nhi ho raha hai mys22 pr
@Baburun-Sama
@Baburun-Sama 2 күн бұрын
This seems to be a Perfect Plan that I can recreate my own "Arkanoid" (Note: Arkanoid is a Game also made by the Creator of My Own Game [Bubble Bobble], that itself, is ALSO Made by Taito Corp).
@YTSniperJaguar
@YTSniperJaguar 2 күн бұрын
Ive been trying to get my compiler to work for days i reset started fresh still same problem i dont get it stressful
@david-agarpowers3555
@david-agarpowers3555 3 күн бұрын
yo i did the same but if i press the key to make the bird jump it will go super fast that rlly weird
@KennyYipCoding
@KennyYipCoding 3 күн бұрын
I forgot to take into account the refresh rate (used by requestAnimationFrame), mine is 60hz yours might be faster. In this case it’d be better to use setInterval(update, 1000/60); so that it’s 60 frames per second
@david-agarpowers3555
@david-agarpowers3555 2 күн бұрын
@@KennyYipCoding yh i got 165hz, gotts try it tommorow
@saiteja7985
@saiteja7985 3 күн бұрын
TQ sir😊😊
@robtai6225
@robtai6225 3 күн бұрын
thank you sooso much!
@Shawn_Gamer
@Shawn_Gamer 4 күн бұрын
the time in the bottom right corner is 3:00am?!
@KennyYipCoding
@KennyYipCoding 3 күн бұрын
Yesssir, working hard for you all 🙂👍🏻
@NoahM21
@NoahM21 4 күн бұрын
It works, thank you, I managed to create and publish a full website from my phone without using the PC.😻😻😻
@muniramolly617
@muniramolly617 4 күн бұрын
hello i am amhroos from dreamers academy!!!!
@Grace_0803
@Grace_0803 4 күн бұрын
Can you do a app with login pages....
@galinageorgieva217
@galinageorgieva217 4 күн бұрын
Thank you!
@reaganmbaabu2407
@reaganmbaabu2407 4 күн бұрын
thanks alot
@necronomicon-xmortis9362
@necronomicon-xmortis9362 4 күн бұрын
🎉extreamly addictive ❤ its awsome
@tayyabaamanat9968
@tayyabaamanat9968 4 күн бұрын
hey java is not downloading it shows notification internet problem whereas internet is working greatly
@sinaprimus8212
@sinaprimus8212 4 күн бұрын
after opening the MSYS2 to download and install the components you said on the video, it started giving timeout warnings and errors after the installations were finished. any tip on how to fix it?
@FLUXO264
@FLUXO264 3 күн бұрын
Open the MSYS2 Shell: Launch the MSYS2 shell. You can do this by searching for "MSYS2 MSYS" in the start menu or using the shortcut if you have one. Open the pacman.conf File: Use a text editor like nano to open the pacman.conf file. The pacman.conf file is typically located at /etc/pacman.conf. nano /etc/pacman.conf Add or Modify the XferCommand Line: In the pacman.conf file, add or modify the XferCommand line to include a longer timeout. Scroll through the file to find the appropriate section or add the line if it doesn't exist. XferCommand = /usr/bin/curl -C - -f --max-time 300 %u > %o This sets the maximum allowed time for the entire transfer to 300 seconds (5 minutes). Save and Exit: Save the changes and exit the text editor. In nano, you can do this by pressing Ctrl+O to write out the changes, then Enter to confirm, and Ctrl+X to exit. Update the Package Database: After modifying the pacman.conf file, update your package database and try installing the packages again to see if the increased timeout resolves the issue. pacman -Sy pacman -Su pacman -S base-devel mingw-w64-ucrt-x86_64-toolchain
@justaguy1321
@justaguy1321 4 күн бұрын
Thank you my friend, helped alot. All the best! 🙏
@infalogger9697
@infalogger9697 5 күн бұрын
been trying to do this for a fucking hour nhow and it keeps saying g++ or any of those isnt a fucking command
@SoniaManzoor-cw4ou
@SoniaManzoor-cw4ou 5 күн бұрын
Try disabling code runner and then enable... worked for me...i was also trying it for hours
@kahchan3096
@kahchan3096 6 күн бұрын
this is extremely helpful! im already familiar with python so the way you use it to teach helps a lot, thanks!
@Kave-qp1yt
@Kave-qp1yt 6 күн бұрын
it doesnt center for me even if i copied the code in github
@ssmaragdine6018
@ssmaragdine6018 7 күн бұрын
May I ask How can I export to IOS app? Thanks
@necronomicon-xmortis9362
@necronomicon-xmortis9362 8 күн бұрын
😂this game has alot of detail for a small game
@mfz0967
@mfz0967 8 күн бұрын
love these vids 👍
@ItzRexie
@ItzRexie 8 күн бұрын
Hey one thing I am having trouble with is the reset button. I am able to re shuffle but for some reason the buttons will not re enable.
@mfz0967
@mfz0967 8 күн бұрын
short and sweet video with a smooth af voice. Love it!!!
@necronomicon-xmortis9362
@necronomicon-xmortis9362 8 күн бұрын
😮very cool ...so how would you refresh the page when the result are in...? without clicking refresh everytime
@chickennuggies0242
@chickennuggies0242 8 күн бұрын
You saved me so much time
@badwolf9956
@badwolf9956 8 күн бұрын
Couldn't you technically use a do while loop instead of a while true loop?
@protips_
@protips_ 8 күн бұрын
when ever i upload my website it just shows the repository name in big letters, why help???
@KennyYipCoding
@KennyYipCoding 8 күн бұрын
you need your index html file in the root folder, otherwise its probably rendering the markdown file on the page
@majid0912
@majid0912 9 күн бұрын
Thank you for your video. Is it possible to run a php code on github?
@philip3746
@philip3746 9 күн бұрын
Your explanations are always very clear and understandable. Do you plan on adding Python/Pygame game development in the future?
@osbornnarh545
@osbornnarh545 9 күн бұрын
I am tryna install MYSYS oon my windows bu this what it is giving me : You have selected an existing, non-empty directory for installation. Note that it will be completely wiped on uninstallation of this application. It is not advisable to install into this directory as installation might fail. Do you want to continue?
@obiku1971
@obiku1971 9 күн бұрын
Thanks for this tutorial. Following a course on Java on uDemy and watching yours, but also other youtubers tutorials, I was wondering why during the course to instuctor is hammering on encapsulation? Because in 4 of these youtube tutorials concerning creating games in Java, most the varialbles are declared package private. Is encapsulatimg variables to private over exaggerated of these instructors? Your feedback is much appreciated and helps me to get a better understanding.
@KennyYipCoding
@KennyYipCoding 9 күн бұрын
Generally it is good habit to make a data member private if it doesn’t need to be accessed outside the class, and const if the value will not change. But this is something you can do when finalizing code changes and cleaning up. For the game tutorials, I generally ignore this because I want to focus on the concepts and thought process of game programming and avoid any syntax nitpick !
@obiku1971
@obiku1971 8 күн бұрын
@@KennyYipCoding Great feedback :) It makes completing my assignments a lot easier when I first make the assignment work and then refactor it and encapsulate what's needed.
@awesomeblacka4423
@awesomeblacka4423 9 күн бұрын
25:18
@grunger5449
@grunger5449 9 күн бұрын
I'm using NetBeans and when I put the cards folder into my project it creates a sub package on its own for the cards folder (ProjectName.cards) when I try your pathing it doesn't show card images. Any thoughts? I'd appreciate any help.
@greentea_DP
@greentea_DP 10 күн бұрын
the most painful part is the download time, it painfully slow. same for all visual studio extensions, they all take ages to download
@crusatyr1452
@crusatyr1452 10 күн бұрын
6:05 After clicking on the first one, I get an error reading: The preLauchTask 'C/C++: gcc.exe build active file' terminated with exit code -1. [] Remember my choice in user settings Debug Anyway Show Errors Abort
@davidcrejenovschi7056
@davidcrejenovschi7056 11 күн бұрын
this is very helpful. fallow the steps
@mathematics2265
@mathematics2265 11 күн бұрын
fuck tutorial he did not even talk about configuring windows sdk which waste my whole evening , most useless suggestion by youtube
@kasulejoseph9317
@kasulejoseph9317 11 күн бұрын
After 3 attempts, it worked out. Thanks for sharing