What is Error variable value?
I would guess that ByteToLock and BytesToWrite values are wrong. Y…
I ran the Day 9 code successfully, the tone plays, it responds to input etc, but I noticed in the…
Awesome guys, I'll check these out, thank you!
Decidedly less "handmade" but, if you don't mind that, you could use cppformat.
Here is a simple…
You need to convert float/int values to string and then use OutputDebugString to print this strin…
While I agree that they could have assigned more unique names to each "static" situation, in prac…
You should use debugger to step through code and examine variable values to see which ones have i…
In previous version you could add excluded files or folders which won't be scanned. I typically a…
I did some poking around and I can't seem to find a way to get ints and floats printing to debug …
Why are programmers masochists? Seriously. Why?
At least compiler writers and pioneers of compute…
Thanks for the explanations :-)
Ale —
ahaha it doesn't make sense! we don't need another Windows for the moment..
elle —
I love this project so much. It's awesome. I often modify the code or try different things and se…
When Casey run the the program it had a black blank window but mine does not have it.
Here is my…
dfs —
Thanks. I guess by the time I get to the memory heavy part I might transfer the project to anothe…
You can compiler latest code as 32-bit, except few signed/unsigned and casting uint64 to size_t w…
dfs —
I'm only starting to dive into this project, with only some basic knowledge.
In the very first d…
Caught it, the increments in the buffer filling were on the WRONG SIDE. Owls of Shame are apparen…
mmozeiko I would guess Casey will ship also 32-bit binary and will support Windows version less t…
I am currently into Day 9, but I wanted to pause and check with you guys about the fact that I'm …
Yes, _rotl is an intrinisc. But it is only MSVC intrinsic. GCC and clang doesn't provide such. Fo…
In handmade_intrinsics.h:
1
2
3#if COMPILER_MSVC
uint32 Result = _rotl(Value, Amount);
#else…
And the SoC they use is Allwinner. They are know to violate GPL and not providing all the source …
The kickstarter project page claims that the system will be fully open source, but the GPU they c…
Ale —
I just I wanted to know what do you do guys after a HMH streaming, do you play around with the co…
EDIT: I am leaving this as a shaming lesson for myself and others. For some reason my bitwise &g…
As far as I can see it will run some kind of Linux as its standard OS. So by default HH Linux por…
(I guess is too soon to say, so I'll speculate.)
My guess is that if Casey started writing the a…
When you say GPU, does Intel HD graphics count? I know it is an integrated one, and doesn't compa…
That's good to hear because at my work I use inline and gcc at lot and I don't want to go back an…