ok, base isn't a method, and I'm smart enough to know that!
so, here's the definition:
class cmd { string base; char extension[80]; };
yes, that's really all there is, it's just a way for me to organize the commands.
Wooah don't get sassy or nobody will help you. You need to declare the member variables as public if you are going to access them directly (Instead of using getter, setter methods).