i dont understand you are just throwing random letters and some c++ code and it doesnt work
@Junkey19894 күн бұрын
is there a Linux version? I am trying to learn to write to the Linux Console, get the cursor position etc etc...
@dryzob10 күн бұрын
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.
@bigbob510311 күн бұрын
wtf are you pressing to "register" it at 9:33 . why are you not explaining what youre doing lmao
@MrShow-program13 күн бұрын
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
@friedrichmyers17 күн бұрын
Why is this not popular?
@zanekaber646022 күн бұрын
Thank you sir, got into my first soccer robot design team making a soccer game based on this series very cool
@djvalentedochpАй бұрын
Nice job
@TJBEATSAMVАй бұрын
The way you explain stuff is really educational ! Thanks a bunch 💯
@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Ай бұрын
hi, the first window function should I spend time to study or just check in the microsoft web?
@tofazzolakash5515Ай бұрын
Is there any way to code this game(or whatever simulation)on my tablet(in any extent)?cause I am really interested
@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Ай бұрын
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! 🇧🇷
@poopingnuts2 ай бұрын
vc eh brasileiro?
@khaledsherif95642 ай бұрын
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Ай бұрын
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.
@Kelpmystic2 ай бұрын
Code doesnt work in c++ :(
@CypherInRealLife2 ай бұрын
6:35
@1211-n4d2 ай бұрын
at 4:00 I can only see wndclassA structure on the msdn?
@TJBEATSAMV3 ай бұрын
Thanks for the vids !
@nakidsalmon53273 ай бұрын
download simple 3 gigabyte code editor yeah
@Cacowninja3 ай бұрын
4:00
@Cacowninja3 ай бұрын
3:30
@Cacowninja3 ай бұрын
3:00
@Cacowninja3 ай бұрын
2:30
@Cacowninja3 ай бұрын
2:00
@Adamskade3 ай бұрын
you can do this in SFML or raylib which is much easier but this one is kinda cool
@Cacowninja3 ай бұрын
1:30
@Cacowninja3 ай бұрын
1:00
@Cacowninja3 ай бұрын
0:30
@Cacowninja3 ай бұрын
0:00
@Cacowninja3 ай бұрын
7:06 Done
@Cacowninja3 ай бұрын
7:00
@Cacowninja3 ай бұрын
6:30
@Cacowninja3 ай бұрын
6:00
@Cacowninja3 ай бұрын
5:30
@apex08363 ай бұрын
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?
@thelionszen33523 ай бұрын
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.
@Inveist3 ай бұрын
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Ай бұрын
Hey, can you explain how did he use printf?
@InveistАй бұрын
@@Priyanand-kj5ch what do you mean?
@johnniegilkerson47243 ай бұрын
at 8:38 in code how do you make the pointer(*) up high?
@LostSol253 ай бұрын
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
@hadiaabq79813 ай бұрын
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.
@LostSol253 ай бұрын
@@hadiaabq7981 what file too include? Thank you
@hadiaabq79813 ай бұрын
@@LostSol25 he basically decalared the variable vk_code. He DECLARED it. Check your declaration. Don't need to include anything.
@LostSol253 ай бұрын
@@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
@hadiaabq79813 ай бұрын
Though surely this is the best. I appreciate your work! The best tutorial out there.
@hadiaabq79813 ай бұрын
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?
@hadiaabq79813 ай бұрын
Solved
@hadiaabq79813 ай бұрын
Heyyyyyyy WHY NOT POSTING ANYMORE??? It's a gem what you've posted. Please continueee
@theunknown70753 ай бұрын
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
@Roxaro3 ай бұрын
mhm delicous knowledge
@JJTJ_is_god4 ай бұрын
FINALLY A GOOD GUIDE!😲
@Akshatparihar0074 ай бұрын
following this in 2024, will keep you updated
@Akshatparihar0074 ай бұрын
Just finished this video didn't understand a lot but felt good after seeing the box. Learned a lot
@NewmanWilliam-g9i4 ай бұрын
Young Anthony Hernandez Amy Gonzalez Deborah
@Seb00lean4 ай бұрын
Has anybody followed this via MacOS?
@antonp5584 ай бұрын
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