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.
Huntress77
When I load my structured_art.bmp, it's pixels all show white values in the debugger. The image it…
»
Flyingsand
I was investigating further into the mac build and was wondering how you avoid having to not to d…
»
Oliver Marsh
Hi, I was investigating further into the mac build and was wondering how you avoid having to not t…
»
LaresYamoir
Interesting. I don't use GDB at the moment, but might be worth to try out.
»
portablenebulizer
you can pretend that each element of the array above is the size uint8 so from the start of the a…
»
Ethan Morgan
It'll be brill if one was written up; Documentation would be awesome too at some point. It'll help…
»
»
Simon Anciaux
I think there is a problem with the "Reply to thread" link at the bottom pages (at least in the dar…
»
Simon Anciaux
You may find some more informations on .
»
Andrew Reece
I remapped my caps lock key (along with the rest of my keyboard) with the , which was ok - you can…
»
ratchetfreak
So that Row += Buffer->Pitch; will work. pointer arithmetic will automatically multiply the size o…
»
k2t0f12d
That's awesome. The next time I have a bug in my code running on Windows, I will definitely check…
»
5seaton4
Hi I was just hoping someone could please explain why *Row has to be a uint8 instead of a uint32 a…
»
Mārtiņš Možeiko
It's called windbg. It has gui (windbg.exe), and also console debugger - cdb.exe.
»
k2t0f12d
One of the thing that I've seen Casey do is put assignments that return pointers in if controls wi…
»
CopouTolen
Looks promising, great job! I'm very impressed by your UI, by the way. What graphics libraries / I…
»
CopouTolen
Nice catch, dude I've been looking for a valgrind equivalent on windows for quite some time now, …
»
Mārtiņš Možeiko
There is DDD debugger which is frontend for GDB and others: Its focus is representing data struct…
»
LaresYamoir
Indeed. Reminds me of that "rant" Casey had in on of the Q&A or pre stream sessions about how deb…
»
Matt Mascarenhas
Wow, @alexa, Utopia sounds really quite different from my memories of the MUD I used to play, . Ut…
»
Andrew Reece
I normally debug with VS, but I've found that it doesn't always make memory bugs apparent. In thos…
»
Ralph Brorsen
I am oddly intrigued by this. So would this be a straight up hack and slash and guild MUD, or woul…
»
Marc Costa
There is no "one size fits all" solution for memory errors troubleshooting in C, it mostly depends…
»
Alexandra
So basically the only game that kept me for a very long time involved, was a MUD game. Which i ju…
»
Alex Baines
I agree, this could be a fun community project. Throwing some ideas down:text interface via telnet…
»
Alexandra
I love this idea :)
»
Todd
So I'm trying to get the best, most fully-featured C experience on Windows (10) and I come from C#…
»
Matt Mascarenhas
Well, a RISC-V chip called HiFive1, how could I possibly refuse this opportunity? We could totally…
»
Matt Mascarenhas
We have these here forums and blogs, we have , I think we may have implicitly decided against tryi…
»
joe513
Thanks for the tip. I know a lot of people swap the ctrl and capsLock key on emacs, turns out they…
»