If anyone could lay this out, I would appreciate it. Example of what I thought would work (assume the needed #include statements are there):
//.h file
class someclass(){}
//.cpp
someclass::
someclass(){
//implementation
// of
//class
};