[href]www.cplusplus.com[/href] <--Find tutorial
pointers are numbers that point to things in memory.. like pictures.. sounds... and classes.
Classes are basically a book you stuff with data and functions... Once the book is "written" you can have "multiple copies" in your program - Think writing the following:
"A Day in the life of a Space Invader"
when the "class" for the space invader is written: How he looks, how he moves, how he dies, what his explosion looks like... then you can make copies... and have a whole bunch of space invaders that all have the same properties - but are in fact "different space invaders".
Now hit the books!
--Jason