We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
sathvik
I recently started the Intro to C videos and I am not able to run the following code on Visual St…
»
Abner Coimbre
These look pretty good, thanks Pseudonym! I'll be sure to give some a listen.
»
albatros
No problem. I'll do my best to keep everyone in the loop :)
»
aky
So if I opt to try Bootcamp, would you (or anyone else) have an opinion of which Windows version …
»
Andrew Bromage
If you're stuck for more things to watch while isolating, allow me to make a suggestion: Alex Ste…
»
Mārtiņš Možeiko
Yes, assuming you can install reasonable GPU drivers with OpenGL support on Windows running on ma…
»
aky
Thanks for the reply! So that would eliminate VMs, but that still leaves open Bootcamp as a possi…
»
Mārtiņš Možeiko
Technically you probably can do multiple threads for multiple windows, but that can get very mess…
»
Mārtiņš Možeiko
I will be fine at the beginning - any of VM's will work. But later Casey switches to fairly moder…
»
kreco
Hi albatros! Thanks for the update. Any date should do the trick for me if there is no confinem…
»
aky
Hi all, I have a 2018 Macbook Pro running MacOS Catalina. I've seen the thread about the Mac pla…
»
Jason
Nice. I'll check out that game engine. Seems like an interesting project. I have used imgui befor…
»
albatros
So, a few mails and an few discord messages later, we have at least 4 people motivated for each d…
»
Pete
Ah, so I tested again by supplying the Window parameter while((Result = GetMessage(&Message, …
»
Mārtiņš Možeiko
Well in my case I just do what's necessary, I don't mind writing high level C++ code. Any code is…
»
Arnon
So, to rephrase, you're saying that the answer to the qustion of whethere it's beneficial or not,…
»
Mārtiņš Možeiko
I've seen and experienced both ends of spectrum. Depends on what kind of company and what kind of…
»
Arnon
So, that "write C in C++" style that people like C.M and J.B are advocating, do people find that …
»
Mārtiņš Možeiko
This is with NULL argument for Window? Then the loop terminates, right? But before it was not 0 i…
»
Pete
Yes, the value of "Result" is 0 in both cases.
»
Mārtiņš Možeiko
Check out https://ourmachinery.com/post/ for generic game engine created with same principles as …
»
Mārtiņš Možeiko
Is value of "Result" the same for both cases?
»
Jason
Before coming into handmade hero I was your typical, C++ programmer who had been programming and …
»
Angelo Theodorou
You c…
»
Pete
I will just post my findings here if anyone else is curious about this in the future. From msdn …
»
Pete
Hmm, in terms of the order the messages gets recieved it looks pretty identical when looking at t…
»
Mārtiņš Možeiko
My guess is that when DestroyWindow was called in WM_CLOSE, then window handle is no more valid. …
»
Pete
Hey it worked! Now just so I understand this properly. The reason I never got a WM_QUIT message …
»
Mārtiņš Možeiko
Remove "Window" argument from call to GetMessage, pass NULL instead.
»
Pete
VROOMThe best thing you can do is apply the knowledge you gain from Handmade Hero, like Halarious…
»