Stack vs Heap - Memory Management
1:45
Пікірлер
@gorkemyavuz5114
@gorkemyavuz5114 16 сағат бұрын
i dont understand you are just throwing random letters and some c++ code and it doesnt work
@Junkey1989
@Junkey1989 4 күн бұрын
is there a Linux version? I am trying to learn to write to the Linux Console, get the cursor position etc etc...
@dryzob
@dryzob 10 күн бұрын
For anyone in 2025 and is getting errors with createwindow(), try looking over this Microsoft article called "Walkthrough: Create a traditional Windows Desktop application (C++)." Took me over an hour to fix some type conversion errors involving LPCSTR and LPCWSTR.
@bigbob5103
@bigbob5103 11 күн бұрын
wtf are you pressing to "register" it at 9:33 . why are you not explaining what youre doing lmao
@MrShow-program
@MrShow-program 13 күн бұрын
How to predict RNG in online slots games? I can give you my history of playing and numbers of spins and free games I want to be able to calculate when next free game is coming
@friedrichmyers
@friedrichmyers 17 күн бұрын
Why is this not popular?
@zanekaber6460
@zanekaber6460 22 күн бұрын
Thank you sir, got into my first soccer robot design team making a soccer game based on this series very cool
@djvalentedochp
@djvalentedochp Ай бұрын
Nice job
@TJBEATSAMV
@TJBEATSAMV Ай бұрын
The way you explain stuff is really educational ! Thanks a bunch 💯
@stevecasacchia7517
@stevecasacchia7517 Ай бұрын
You need to slow down. Speaking effectively is not a race. You need pregnant pause so the listener can absorb what you said before racing on like you're running out of time
@cuicuiismybaby
@cuicuiismybaby Ай бұрын
hi, the first window function should I spend time to study or just check in the microsoft web?
@tofazzolakash5515
@tofazzolakash5515 Ай бұрын
Is there any way to code this game(or whatever simulation)on my tablet(in any extent)?cause I am really interested
@MrMatter321
@MrMatter321 Ай бұрын
I don't know if you're going to see this, but I had this weird problem: At 06:28, when you made a #define case, the code didn't run even after double checking, and it tells me b is undefined and VK_CODE is uninitiated. Even after backtracking to the last step and doing it again, it didn't work. I gave up and continued with the next step like you did by adding the other buttons directions, and I tried to run the code, and it worked just fine. so I'm not sure what happened there 😅😅
@lucasymc
@lucasymc Ай бұрын
Muito obrigado, Dan, por essa série incrível! Segui do início ao fim e foi muito bom pra desenferrujar no C++ que a tempos não tocava. Não sei se verá esse comentário ainda, mas lhe desejo muito sucesso e bons estudos! 🇧🇷
@poopingnuts
@poopingnuts 2 ай бұрын
vc eh brasileiro?
@khaledsherif9564
@khaledsherif9564 2 ай бұрын
i know the video is old but when i move the square it moves after a few clicks then it stops moving and i really kept searching for what i did wrong but now i am too lost
@MrMatter321
@MrMatter321 Ай бұрын
I also had some problems when following the video. but after spending time and even asking chat gpt, I was either missing a minus (-) , a semicolon, or a letter like player_1_p and player_1_dp. So you have to look back at the code carefully and see what is wrong.
@Kelpmystic
@Kelpmystic 2 ай бұрын
Code doesnt work in c++ :(
@CypherInRealLife
@CypherInRealLife 2 ай бұрын
6:35
@1211-n4d
@1211-n4d 2 ай бұрын
at 4:00 I can only see wndclassA structure on the msdn?
@TJBEATSAMV
@TJBEATSAMV 3 ай бұрын
Thanks for the vids !
@nakidsalmon5327
@nakidsalmon5327 3 ай бұрын
download simple 3 gigabyte code editor yeah
@Cacowninja
@Cacowninja 3 ай бұрын
4:00
@Cacowninja
@Cacowninja 3 ай бұрын
3:30
@Cacowninja
@Cacowninja 3 ай бұрын
3:00
@Cacowninja
@Cacowninja 3 ай бұрын
2:30
@Cacowninja
@Cacowninja 3 ай бұрын
2:00
@Adamskade
@Adamskade 3 ай бұрын
you can do this in SFML or raylib which is much easier but this one is kinda cool
@Cacowninja
@Cacowninja 3 ай бұрын
1:30
@Cacowninja
@Cacowninja 3 ай бұрын
1:00
@Cacowninja
@Cacowninja 3 ай бұрын
0:30
@Cacowninja
@Cacowninja 3 ай бұрын
0:00
@Cacowninja
@Cacowninja 3 ай бұрын
7:06 Done
@Cacowninja
@Cacowninja 3 ай бұрын
7:00
@Cacowninja
@Cacowninja 3 ай бұрын
6:30
@Cacowninja
@Cacowninja 3 ай бұрын
6:00
@Cacowninja
@Cacowninja 3 ай бұрын
5:30
@apex0836
@apex0836 3 ай бұрын
I just feel like even if i do this and get it working I still won't know what I did or why it works. Will this help me learn/teach me something?
@thelionszen3352
@thelionszen3352 3 ай бұрын
somethings my professor though me is writing the code out on paper and finding out what each piece of code does aka taking notes on the code. you'll also need to be able to recognize classes and pointers to understand the parts in this video. you can also use an AI to break down pieces of the code. some of the stuff such as the windows you dont "really" need to know how it works just that it's windows class for windows development. but microsoft does have a documentation you can read through on what each part does.
@Inveist
@Inveist 3 ай бұрын
When I learnt the basics of c++ I was told to use std::cout for printing is printf better or does it not matter?
@Priyanand-kj5ch
@Priyanand-kj5ch Ай бұрын
Hey, can you explain how did he use printf?
@Inveist
@Inveist Ай бұрын
@@Priyanand-kj5ch what do you mean?
@johnniegilkerson4724
@johnniegilkerson4724 3 ай бұрын
at 8:38 in code how do you make the pointer(*) up high?
@LostSol25
@LostSol25 3 ай бұрын
This piece of code isnt working: #define process_button(b, vk)\ case vk: {\ input.buttons[b].is_down = is_down; \ input.buttons[b].changed = true; \ }break; It justs gives me an error 'identifier vk is undefined
@hadiaabq7981
@hadiaabq7981 3 ай бұрын
You probably did not define it. That means i think you haven't included that file yet. Do it and probably it will be gone.
@LostSol25
@LostSol25 3 ай бұрын
@@hadiaabq7981 what file too include? Thank you
@hadiaabq7981
@hadiaabq7981 3 ай бұрын
@@LostSol25 he basically decalared the variable vk_code. He DECLARED it. Check your declaration. Don't need to include anything.
@LostSol25
@LostSol25 3 ай бұрын
@@hadiaabq7981 I dont understand because he declared b, vk in the define attribute but it says vk is undefined. It doesn't recognise the paramaters
@hadiaabq7981
@hadiaabq7981 3 ай бұрын
Though surely this is the best. I appreciate your work! The best tutorial out there.
@hadiaabq7981
@hadiaabq7981 3 ай бұрын
How do i make the window stop?? I struggled but succeeded to find the watch option now what did you press i don't get it?
@hadiaabq7981
@hadiaabq7981 3 ай бұрын
Solved
@hadiaabq7981
@hadiaabq7981 3 ай бұрын
Heyyyyyyy WHY NOT POSTING ANYMORE??? It's a gem what you've posted. Please continueee
@theunknown7075
@theunknown7075 3 ай бұрын
i have two build erros link2019 and link1120 1 .how to resolve the issue and i just dont know where was the problem it says unable to run the porgram at specified direction
@Roxaro
@Roxaro 3 ай бұрын
mhm delicous knowledge
@JJTJ_is_god
@JJTJ_is_god 4 ай бұрын
FINALLY A GOOD GUIDE!😲
@Akshatparihar007
@Akshatparihar007 4 ай бұрын
following this in 2024, will keep you updated
@Akshatparihar007
@Akshatparihar007 4 ай бұрын
Just finished this video didn't understand a lot but felt good after seeing the box. Learned a lot
@NewmanWilliam-g9i
@NewmanWilliam-g9i 4 ай бұрын
Young Anthony Hernandez Amy Gonzalez Deborah
@Seb00lean
@Seb00lean 4 ай бұрын
Has anybody followed this via MacOS?
@antonp558
@antonp558 4 ай бұрын
How would you make it to registrate both wasd and arrow buttons? What if player wants to use controller or change buttons to something like 8456 on a numpad? Thanks for the tutorial