Grr, cant seem to get this to work..

I have a class that has

The header has
int* puzzle;

The constructor has
puzzle = new int[81];