DavidHaley said:I'm not sure what question you're asking? C definitely doesn't have C++ classes like vectors because, well, C doesn't have classes.

Basically I was just trying to understand the piece of code in front of me and, since I'm entirely unfamiliar with C++ still, I didn't recognize the cmd_type things nor the vectors so I thought I'd ask for clarification on what they were.
Samson said:cmd_type is just the standard Smaug command pointers, nothing fancy there. And no, C doesn't have vectors
Doesn't matter in the end since AFKMud isn't C based anymore.
Ah, so just expressing it in C++'s format. Understood.
This whole class thing is still a mystery to me and probably will remain so until I get around to actually trying to learn C++. To me the term vector implies a direction rather than a code term. *shrug*
Fair enough, in this case my question really didn't even directly pertain to the actual fix either.