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.
Merlyn Morgan-Graham
This is not OOP. This is functional programming (although a fairly simplified subset of it). Othe…
»
Stef
Not to resurrect again, but thanks for this! Nice to see a handmade post as the first result in th…
»
Allen Webster
Ahh shoot, that's a bit of a tricky situation, but I definitely have to do something about that. …
»
Simon Anciaux
Yeah it says debug in the output of llc --version. Registered Targets: x86 - 32-bit X86: Penti…
»
Simon Anciaux
That's what was suggested on stackoverflow. I was hoping there was a more direct way to get a copy…
»
Blake Martin
Recently, I ran into a common problem faced on HMH. Sometimes you want a struct with some fields t…
»
nj
Updated the custom layer to support 4coder 4.0.27, adding the steps that I needed for the upgrade:…
»
Per Vognsen
Thanks! It's easy for me to add that to my prelude.
»
Mārtiņš Možeiko
mingw by default will use snprintf from msvcrt.dll which does not support even c99. But if you add…
»
Sergio González
Hey. Thanks for posting. Probably the best place to report Milton errors is on the github page. I …
»
Per Vognsen
I checked in code for C11-style anonymous substructs/subunions, which facilitates this kind of thi…
»
Per Vognsen
Sorry for not responding sooner. We previously had a report of a similar issue with snprintf/vsnpr…
»
Mike Hobbes
Thank you so much Abner. May all your wishes be fulfilled.
»
Pengo
I need only to test with some more complicated languages, like Arabic, to check if needs somethin…
»
Halarious
Hmm, I fear I don't really see what could be wrong at first glance, the build type should give you…
»
skoepa
yooo that fixed it. Thank you so much! Edit: I'm still having the attach issue, when I open the .c…
»
Mārtiņš Možeiko
Try without emacs just to get basics done. Open new cmd.exe, run vcvarsall.bat. Then run "cl.exe .…
»
skoepa
Something is just super wonky about my file, and I don't know enough to know how to fix it. I thin…
»
Mārtiņš Možeiko
Umm.. by debugging executable that is produced in correct place? Basically:compile to c:\whatever\…
»
skoepa
Verify where is your exe file and is it really the one you are compiling.[/quote] I'm pretty sure…
»
Mārtiņš Možeiko
My suspicion is that you are running exe that is compiled from very different source code than you…
»
Mārtiņš Možeiko
You can invoke "cmd.exe /c set" process which will print out its env variables. Capture stdout and…
»
skoepa
I'm wondering why in your callstack the function is define like this Win32ResizeDIBSection(int Wi…
»
bewwys
Hi, I'm wondering why in your callstack the function is define like this Win32ResizeDIBSection(int…
»
skoepa
#include #include #define internal static #define local_persist static #…
»
Simon Anciaux
I don't know if serge_rgb comes here often. The help page on the has an e-mail, you might get a f…
»
Simon Anciaux
Is there a way to get the environment block of a process created with CreateProcess ? More precise…
»
Mārtiņš Možeiko
In Day 5 code line 62 is a comment line in RenderWeirdGradient function. There is no way it can cr…
»
Simon Anciaux
So Clang is just slower ? Before mmozeiko's reply I tried to recompile it but ended up with a deb…
»
skoepa
Hello I have the exact same code as Casey does on Day 5, but it will not work for me as it gives m…
»