[DiscordArchive] So this is already possible?
[DiscordArchive] So this is already possible?
Archived author: [PD] Tlosk • Posted: 2025-08-12T05:57:40.250000+00:00
Original source
to show my age, the last programming language i really learned was way back in the days of qbasic.exe. I can look at other code and somewhat understand it but thats about it.
Archived author: Dioxain • Posted: 2025-08-12T06:08:21.292000+00:00
Original source
It's more the specific C++ stuff that gets funky quick, like using `>>` to extract data from a buffer... that tripped me up hard when I saw it. It also doesn't help that, because AzerothCore is such an old codebase (win) my IDE is constantly screaming at me to fix stuff (eg *"Functional-style cast is used instead of a C++ cast"*)