#include "pic.hpp" //char** picture; pic::pic(int w, int h) : body(w,h){ picture = new char* [height]; for(int i=0; i