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.
Andrew Reece
Apologies for the long delay since my previous post - I quit my job, and I've been focusing more o…
»
Mārtiņš Možeiko
Pixel alignment on 32-bit boundaries (4 bytes) helps. Code usually has specialized and more effici…
»
Blu342
The section I'm talking about starts at 5:20 on Day 3. I don't see how this helps, considering RGB…
»
Allen Webster
Hey everyone! After yesterday's 4coder Friday stream I was trying to come up with a list of things…
»
Allen Webster
Virtual whitespace is controlled in 4coder.config, and in the custom code. If you've figured out …
»
Draos
that cleared it up for me. thanks a lot man!
»
Simon Anciaux
I also still have problems with letters that use AltGR. Maybe could help.
»
Mārtiņš Možeiko
Because DC is not always from your memory. It can be loaded bitmap, which you can load with GDI fu…
»
Kay Verbruggen
How do I for example add support for golang, I know I can setup .go files to be recognized as code…
»
Draos
I guess that makes sense, but then Windows has a StretchBlt function which basically does what Str…
»
Daniel Näslund
You're right, I pasted the code without reading it through properly. I guess that in order to sto…
»
Mārtiņš Možeiko
I would be pretty surprised if that would be faster than allocating memory yourself. But I would s…
»
Draos
Hey guys, I'm on Episode 4 of Handmade Hero, and I was just wondering what Casey mentioned about h…
»
ratchetfreak
After reading this reply I found Simon Sathams article that uses the stack for keeping track of …
»
Daniel Näslund
Stack support (yielding in a nested call) will require the entire call stack supporting the yield…
»
Nikita Smith
Regarding AltGr, the issue with not being able to type third-layer keys still persists for me. I …
»
Guntha
Hello wilberton, thanks for your feedback :) Actually, yeah, there is no hard limit on the argumen…
»
ratchetfreak
If you don't have compiler or language support for coroutines you end up needing to implement a st…
»
Daniel Näslund
This is just some free-wheeling thoughts. No concrete question in here (or there probably is, but …
»
Italo
Interesting read. The videos illustrate the problem very well, and it seems like an easy mistake t…
»
Mārtiņš Možeiko
Per (or Google Drive) was delaying uploads for a bit. Now it should be updated to latest.
»
Vee900
@mmozeiko The videos are stuck on day 35 for sometime now Help out please
»
Andy Gill
Hey, this looks really cool. I definitely like the simplicity. Can you have script functions with …
»
SIMPalaxy
If you just want to learn the math to do 3D, Math for Programmers and Chilli's series are great …
»
seventh-chord
I've been using cdbg daily for a while now, and this update looks really nice! One small issue in …
»
Nikita Smith
You can type into console "ls keys" and that should print a list of all key bindings.
»
Nikita Smith
Yeah GUI is handmade :) I think run-to line was done in couple hours and did not require any speci…
»
plb
I was wrong, the video is fine, and my project file had a typo -- you can disregard the OP.
»
Guntha
Quick update: I found the time to add while(){} and do{}while() loops (it was actually a matter of…
»
Marc Costa
Hi! The debugger looks great! I wanted to give it a try, but I don't see any up to date manual. I'…
»