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.
ratchetfreak
If you are relying on destructors running when doing that you are out of luck. Though you don't n…
»
khofez
Hi, I would like to know if its possible to have an array of void* and everytime I allocate a mem…
»
Enyo Enev
Hello, Well I need some suggestions in order to continue debugging the proper way! First of all…
»
Mór
Yeah vexe is one. This is another Let it go Indy! https://www.youtube.com/watch?v=ZM1ZDaaEyMY
»
ciprian
Mór I also like when he goes on rants against stupidity in the industry. There's a Youtube chann…
»
Jayme
Thanks for your replies! I've decided to implement the Array/pointer method and use realloc() fo…
»
Mór
The most interesting episode for me was very early on, when Casey showed how he does memory manag…
»
Stas Lisetsky
Ok, just a quick update. I've been working on 2 things. First, I started to nail down the html/c…
»
Jim R. Didriksen
Well it would be good if every episode would have a topic here and a link on youtube to that topi…
»
David Butler
A topic for each episode might be too much, I'm sure we can come up with more "Topical" topics. …
»
Doeke
Well it would be good if every episode would have a topic here and a link on youtube to that topic.
»
David Butler
My favorite is the one where he gets the thread ID with just one instruction, by reverse engineer…
»
Doeke
I'm only at day 18 so there is so many good things to come. I was wondering, what is your favorit…
»
David Butler
I really can't take too much credit, once properly massaged, GDB will take care of a lot of thing…
»
Jeremiah Goerdt
Croepha I am to the point where I prefer Humbug over GDB by itself and I use Humbug to debug more…
»
David Butler
I haven’t actually tried to debug Humbug with Humbug. I will try that out next. I imagine there…
»
Doeke
I have had the same thing today. It started on day 16. I have 16g ram, about 4g is in use. And my…
»
Jeremiah Goerdt
The watch window is a pretty big step. I'm still pretty far from a full-featured watch window mys…
»
Dumitru Frunza
I prefer the second option - a linked list of Tokens: 1) It's the simpler solution. 2) Easy t…
»
Dren Kajmakci
While trying to rotate 360 degrees around x axies something strange happens. The code: Click her…
»
Mevius
Thanks, will look into it. Thread close :-D
»
David Butler
I think that this has all the things needed for a competent watch window. There are a few more…
»
Mārtiņš Možeiko
There are two type of assets - the ones you can generate yourself, and the prebuilt ones. To get…
»
Mevius
I'm looking for the assets. It should be in HandmadeHero/data folder. However it's missing. Has…
»
Kapsy
Hi Mārtiņš, thank you for the detailed reply! I think I should have provided a more concrete exam…
»
Mārtiņš Možeiko
I think it all depends on exact use case and there is no generic answer to whether use one or ano…
»
ratchetfreak
Profile and see what the common use cases are. Then you can target the allocation sizes according…
»
Jayme
Hello, I'm new to this forum, so let me know if there's a better place for this post. I'm workin…
»
Kapsy
Hi, I'm hoping someone who is more knowledgeable on multi-threading could share their thoughts he…
»
Ray
Yes, I knew they were makefiles, actually I use them in verbose mode to check the full processes …
»