Before I do, I'd like some general information/guidelines about classes (when to use them, how they work etc).
For starters, I have been unable to even get the sample class (from the manual (the veggie one)) to work so that has been discouraging. I am working in a project now however that I think using a class (or at least a function) might speed things up for me from a processing standpoint. I understand functions very well and use them very regularly, it's just the next step up (to classes) where I get lost. When would I use a class instead of just using line-by-line code or a function? My understanding of classes is taht they are a set of functions that create an object which can be instantiated and then used for data (storage??) and manipulation? (very grey here)....
if someone could please shed some light on classes, how they work, what their purpose is, when to use them...and provide a sample of one (with code and instructions
humbly,
Burrito