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.
bewwys
Hi everyone, I'm coding a C standard library for school. When I use the bench toolkit to compa…
»
Mox
As per request of Miblo on stream, here is little write up about my debugging experience so you c…
»
Mox
I felt like debugging today, so I took a crack at it. While I'm pretty sure Casey can find it fas…
»
ratchetfreak
I believe that VS built in edit-and-continue can do most of the same in that regard. It's not qu…
»
mindspyke
Hi, In episodes 21 and 22 Casey implements dynamic loading of the game's dll which enables him, …
»
Mikael Johansson
I also do all my debugging with printf. I feel I get to "know" my code better that way, and as yo…
»
Oliver Marsh
At the start of the year I switched to using my mac for programming instead of windows. With it c…
»
John Cleary
Hi, I'm on lecture 7 and am a bit confused about the stretchy buffers (SB) that get used in the p…
»
Finalspace
Hi everyone, i made another release for you all ;-) This release contains several bugfixes, con…
»
ben morris
Great explanation. I do something very similar in my engine (www.fireflytech.org). Binary seriali…
»
Mārtiņš Možeiko
Not thread. That's the point of fibers - they execute on same thread as "calling" code. You basic…
»
Mārtiņš Možeiko
Alpha is needed only for source bitmap. Not for framebuffer. Blending equation used in HH uses al…
»
Mārtiņš Možeiko
Its only undefined if you cast between pointer types with different alignment requirements. So sh…
»
Guntha
Hello, These days, for exploring or compressing/uncompressing files, I use pretty much only 7zip…
»
Martin Skowronski
Hi, first of all, thank you for this awesome editor, great work. On Linux (CentOs 7.5) I'm havin…
»
Carlos Gabriel Hasbun Comandari
Don't apply like the herd to Human Resources departments, but rather find out who the technical d…
»
Jeremiah Goerdt
Welcome back! Good to see things moving again. I've been lurking and keeping an eye on how things…
»
bh
Raven is a fast IDE for Golang, designed to be as performant as a video game. It's written in C++…
»
Bill Strong
Also, wasn't he preparing for Alpha? RGBA is 32-bit.
»
pragmatic_hero
Wasn't there some sort of undefined behavior related to casting things to "wrong types"?
»
Finalspace
Marmot Hi, I think it would be useful to be able to resize the window without blocking. One way t…
»
Finalspace
It was quiet on this project for a little while, but now i am back from holiday! So here is a sho…
»
ratchetfreak
bewwys I know many peoples who tells me don't deal with cast… I don' understand why. Maybe they …
»
bewwys
mmozeiko I'm not sure I understand question. IMHO the answer is simple - you do the cast when you…
»
bewwys
Thank you, that's much clear. unfortunately I need to respect the function def given by the exer…
»
ratchetfreak
I'd limit when you can save, that helps with both issues The big issue then is paused scripts th…
»
Mārtiņš Možeiko
I'm not sure I understand question. IMHO the answer is simple - you do the cast when you need cas…
»
Marc Costa
There's nothing wrong with casting memory. Memory is just a bunch of bytes, it's up to you how yo…
»
Guntha
Hello ratchetfreak, Currently, the boolean arithmetic is already stack-based, and I planned to s…
»
Guntha
Hello, and thanks for sharing this! I'm currently working on finding the best serialization syste…
»