Vidar —
Hi, "Restoring the original declaration syntax." Happy to hear this and I wanted to try the new ve…
Happy to be on board with this!
I'm pretty sure you don't need to reinstall vcredist for this. This error most likely means that c…
I tried to launch the exe but got an assert right away: I probably need to install some vcredist.…
Oh yeah! (I can't believe I overlooked that... :( ) Now it's waay faster! 0.478! Thanks so much! :…
The GDB frontend is very promising, based on what I could see it already makes me switch to it. Th…
Restoring the original declaration syntax, parametric polymorphics ("Generics"), union, nested st…
Yeah I guess white space is an easily solvable example. What I worry about is when you get into w…
is also OK. can parse it with non-scrict mode enabled. There's also which is something like ex…
I was so sure that i had tried that Thank you, it works now W:\handmade\misc>shell ** Visual Studi…
This isn't a problem with anything you did. I try to run the custom code through all of the compil…
I personally prefer formats like the ones in Jonathan Blow's stream or .INI files. I don't underst…
I like files. Has similar capabilities as JSON, but no need for to type extra symbols like comma/…
nvdrsdb0.bin and nvdrsdb1.bin files are in "C:[b]ProgramData[/b]\NVIDIA Corporation\Drs" folder. N…
Hey everyone, So I've been working on my project Const Port for a little while now. I just release…
Version 1.3 has been released! See the initial post in this thread for changes
Wow, thanks so much for digging into this! I ran your code and it printed 1.081. So I went to the …
Mór —
Hi, I don't know if you already have this, but I would like to be able to make the background of 4…
The simplest way is to start with a known accessible point and floodfill the world from there usin…
You are calling shell.bat file from shell.bat file. This is infinite recursion. Instead just call …
W:\handmade\misc>shell ****** B A T C H R E C U R S I O N exceeds STACK limits ****** Recur…
Hey, I would like to know if there is any books or tutorials thats shows specifically the part of …
oh...I guess I worded that bad, but I still had gotten it incorrectly anyway, thanks for clarifyin…
No. Its not the same variable. Compiler is complaining that there are two variables with same na…
I did a little debugging and disassembling of Nvidia OpenGL driver (user-space part of it) to look…
Hello! I'ts me again :shy: I've upgraded my patreon pledge to be a super~ and while i was trying t…
Mór —
Things like, "pull out the block of code into a function", "group these variables into a struct",…
My laptop only supports up to opengl 3.1 so that means I won't be able to play handmade hero. :-(
Thanks, that make some sense.