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.
Allen Webster
So it's been over two years since I started 4coder, and I don't think I properly slowed down and c…
»
Allen Webster
Awww yeah, this is going to be so useful. I haven't had time to read very far yet but thanks for p…
»
Andrew Chronister
Yep, I referred to that talk a couple times when working on this library. I indeed provided all of…
»
Neo Ar
Glad to see that my constructive criticism was welcome :) I think it is fine to go wild with that …
»
Horrowind
A polynomial in several variables is called homogeneous, if each of its summands has the same degr…
»
Berend
@ratchetfreak Oh my damn, how could I not see that. Thanks man.
»
ratchetfreak
put all headers first:
»
Berend
Maybe I'm missing something; but I don't really understand what to do when two files depend on eac…
»
Simon Anciaux
@mmozeiko: I tried to use WM_UNICHAR, but I never got one of those messages (I tried with ANSI and…
»
Andrew Chronister
Your two cents are much appreciated here, miotatsu I was balancing two concerns as I was writing t…
»
Neo Ar
There are a number of design decisions here that work directly against the user. Specifically, I a…
»
Alex Baines
Nice, this seems like a very comprehensive post! I must admit I haven't read it all yet, but a whi…
»
Mārtiņš Možeiko
Btw there is WM_UNICHAR message to get full unicode codepoint. My understanding is that Windows se…
»
Simon Anciaux
Recently I've been looking at a way to handle keyboard input independently of the keyboard layout.…
»
Laurie
Hey, well done on your first login page! The Handmade way isn't always easy, but I bet you have a…
»
septarion
Sorry, found realized what's happening now, when the window is larger than the buffer, there wil b…
»
Shazan
After 4 hours of struggling web dev finally made a working login page. Not the nicest thing but go…
»
septarion
well yeah I expected that what bugs me is, in Casey's case the gradient is smooth when he isn't re…
»
Mārtiņš Možeiko
It's expected. When StetchDIBits resizes bitmap it uses very simple algorithm, so the image you ge…
»
Todd
Aha, thank you! Wow what a stupid mistake in the loop; I can't even believe the program still ran …
»
septarion
Ok first of all, this project is awesome, I learned about it couple weeks back and am trying to fo…
»
Mārtiņš Možeiko
Print out (or look in debugger) at workChunk array. For second program, assuming userEntry is 36 a…
»
Jesse
I've spoken to someone with experience on this exact issue, and Clang has a patch under review tha…
»
Todd
I've watched a couple of the Multithreading HH episodes, but this is my first time actually implem…
»
Lost Astronaut Studios
This is some beautiful work!
»
Jesse
Hmm, there seems to be progress here. But I don't know how to address these errors, because I do…
»
Jesse
Thank you for the explanation. I'll report back once I get it working with the solution.
»
Mārtiņš Možeiko
If build.bat sets up environment (vsdevcmd.bat) and in same file calls clang-cl, then it shouldn't…
»
andrea
I'll add this playlist on youtube I've watched few days ago, it's a fun and interesting intro to…
»
Jesse
The logic for how everything goes together is now twisty enough that I don't have a clear idea ho…
»