I know this error is generally for syntax errors, but I can\'t seem to find anything wrong with this code. Can anyone help me point it out? Here are the errors I\'m getting:>
modify:
int myMaxOrders; int* myCashierNums; int* myOrderNums;
add:
~SandwichBoard() { if (myMaxOrders) { delete [] myCashierNums; delete [] myOrderNums; } }