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.
Abner Coimbre
winnythefooI'm curious what this "hidden realm" of low-level programmers tends to work on for a l…
»
Jason
Awesome, thank you for that. I'll see what I can look into.
»
Simon Anciaux
It wasn't clear to me that the queue was a circular buffer. I think I see the problem you were me…
»
David Butler
This is one point where my opinion differs form most people here. I tend to use C++ templates …
»
John
@mrmixer thank you very much for the detailed explanation! That clears things up.
»
Simon Anciaux
If you enable virtual white space, you can't layout the code manually, 4coder will use it's own r…
»
Jason
I'm currently trying to create my own data structure library of sorts for my C++ projects. Becaus…
»
Blake Martin
That's a better idea.
»
John
Thanks a lot guys. @mrmixer I misinterpreted virtual whitespace having the same effect as in Vis…
»
Todd
mrmixerI believe there was an episode where Casey talked about how he started programming and get…
»
Simon Anciaux
I believe there was an episode where Casey talked about how he started programming and getting wo…
»
Mārtiņš Možeiko
martincohenAlso would this fix it? I've moved reading of the Entry just before we do the exchange…
»
Simon Anciaux
Virtual white space in 4coder don't allow you to position the cursor past the end of line. It's u…
»
Simon Anciaux
I don't think accessing the Entry before the interlocked operation or after changes anything in t…
»
Martin Cohen
Yes you're right, I'll add a comment to the original post. However the idea of getting the entry …
»
Mārtiņš Možeiko
It is something to make CreateNamedPipe happy. Check its MSDN doc, it says that pipe name must be…
»
Dan Zaidan
That was super helpful! Thanks a lot! :D I got it working nicely! :) I ended up doing that in a …
»
Marchin
I have this problem also and i have the paid version. What i do is press Alt+x and search for the…
»
Guntha
Hello, Just launching a random game and looking at middleware logos could give you some ideas: …
»
Simon Anciaux
What I meant to say is that I don't think there is an error in the original code. But again I may…
»
Mārtiņš Možeiko
Some time back I wrote similar thing: https://git.handmade.network/snippets/19 Yours is a bit com…
»
d7samurai
New version of my minimal D3D11 reference / tutorial implementation; a small uncluttered Direct3D …
»
Mārtiņš Možeiko
I cannot speak for Casey, but I can tell you how I learned programming without internet, around e…
»
Ben Visness
Yeah, adding the language by default seems reasonable. I'll add it to our list and see what the o…
»
James Wells
It appears it wasn't added to tracking for that tag? As a workaround you can download the legacy …
»
Mike Garcia
So I submitted a request to see if handmade would do a webring. Thought I would post it here, jus…
»
Finalspace
Randy GaulI heavily agree with the idea to make your API deal with raw buffers the user can place…
»
John
I'm trying out the Windows demo version of 4coder. Setting enable_virtual_whitespace to true or f…
»
Todd
As a side note, is there any episode (or does anyone know) about how Casey himself learned all of…
»
Blake Martin
That is, you _will_ be able to disable virtual whitespace in the future. Unfortunately, that day …
»