Tag: code

  • That’s a lot of code I’ve “example’d”

    Not to say it isn’t useful. I certainly hope it is. Oh and it’s that time of year where I switch out blogger templates. Maybe this time I’ll make it more straightforward and automated. Maybe. Which reminds me: this is the first year that my MUSH will be auto-deploying its Christmas theme. Pretty excited for […]

  • Typecasting struct to char* for Idiots Like Me

    Want to cast from a struct to a character string? Seen all those posts out there suggesting that reinterpret_cast will work, but is unsafe? Yeah, I tried it. Yeah, it’s unsafe.