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
};

classpart threw me off guard. – chris Jan 29 at 1:48