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.
Roman
Allen, first of all I think a depth buffer will be an exaggerated overkill solution. But to the po…
»
m1el
Here is the question. What are the true pros / cons of pointers?[/quote] I'm going to say some co…
»
m1el
Smart pointers were removed from Rust, now there are only "raw pointers", and "references". IIRC,…
»
Mārtiņš Možeiko
So what is windows error, GetLastError() value or @err in debugger?
»
ThadeuMelo
I meant that echo "WAIT > lock.tmp" is working and there is supose to be a lock.tmp file. I also d…
»
Allen Webster
Well one of my questions is "why do we have to guess?". I mean what do you gain from making the g…
»
Mattie
I haven't watched 303 yet, but here's an example of how you can get a cycle with non-intersecting …
»
Allen Webster
I have seen a few episodes now working on the sprite sorting problem, and now the more I think abo…
»
Marius Adaškevičius
Just a couple of notes for Casey in case he has the time to see them here:VerifyBuffer is called t…
»
Mārtiņš Možeiko
What do you mean by "lock files are created every time"? If you do "echo >file" then that is suppo…
»
ThadeuMelo
Yep, the problem is with the lock file. fails to find "lock.tmp" when I run build with the game i…
»
ThadeuMelo
It crashes right at the call for UpdateandRender. Game.UpdateAndRender(&Thread, &GameMemory, NewIn…
»
ratchetfreak
As for designing the the actual machine code: I know that the opcode is separated in some chunks g…
»
Mārtiņš Možeiko
When VS shows error then check out debugger to understand what is wrong. What line code stopped? W…
»
ThadeuMelo
Hello friends. I´m geting a crashing and this message from VS whenever I compile the code and the…
»
Mārtiņš Možeiko
While thinking like this from software point of view is nothing wrong, you really need to have har…
»
Scott Hunt
All thank you for the quick replies and detailed responses, it is much appreciated. It's clear now…
»
ratchetfreak
Note that, at this link, when he says "smart pointer" he doesn't necessarily mean the equivalent…
»
Jack Mott
almost every time you use a garbage collected application you are also using a JITted/runtime lang…
»
Jonathan Blow
It is probably not a surprise that I agree with this. We are today using compared to what I used…
»
Jonathan Blow
Rust does this by only allowing you to do memory operations about which it is possible to reason …
»
Glamhoth
Yes, exactly, I was so sleepy that I missed #include before #define. Thanks!
»
ratchetfreak
As a bit of a thought exercise I started wondering what the new design of machine language would b…
»
ratchetfreak
Hopefully it becomes more like register allocation, where it's not super clear we ever need to do…
»
Mārtiņš Možeiko
Make sure you understand that these two expressions are equal in C: That means that for following…
»
Casey Muratori
Well, I am at least pretty sure that we will look back on garbage collection as a silly idea, like…
»
Casey Muratori
Have you #define'd internal? Internal is just a #define in the Handmade Hero codebase to be "stat…
»
Glamhoth
Hey, I have problem when including files. When I declare function as a internal then compiler thro…
»
Glamhoth
Hey, I have problem when including files. When I declare function as a internal then compiler thro…
»
Simon Anciaux
You can check and . The site generally has a timer to the next stream, and the twitter bot posts …
»