class op******
{
cout << "op is a ******";
}
I am on basics now, so I cant help you.
But if I was going to do it, I'd try to use the printf command and write each line individually like:
printf("----CCCC-----------+---------------------+")
printf("---C----------------+---------------------+")
etc etc, you get the idea...
Honestly I have no idea if that works...