#include "Table.h" int main(int numargs, char ** args) { Table * t = new Table(NULL, NULL, 0, 0); delete t; }