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.
Simon Anciaux
Could you be more specific about what is it you're seeing that is not correct ? I suppose you're …
»
C_Worm
Hey i have a Timer and Clock struct and try to implement a timer. The Clock just returns the sec…
»
Simon Anciaux
I don't have any knowledge about API design. About the pitch: If I can pass 0 when when I don't …
»
Asaf Gartner
notnullnotvoid Right now, I have the user specify frame timing as an integer number of centisecon…
»
Miles
I'm currently trying to polish up my realtime gif exporter into a high-quality single-header libr…
»
x13pixels
RemedyBG 0.3.0.0 has been made available for download at https://remedybg.itch.io/remedybg. Lots …
»
Mārtiņš Možeiko
You did not implement the WinMain function. So compiler is asking you to provide implementation. …
»
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 …
»