Hi,
I'm thinking about implementing the all the function details in the header file, for example I have the following code in Box.h :

class Box{
public:
Box(int num){
...