Z33shan 1 Newbie Poster

hello :)

i've Two questions to ask.

i'm working on MFC SDI, i'm less familiar to MFC. i found that a way to print a string in MFC SDI is:

pDC->DrawText( " mc Test Ellipse ", &rect , DT_PATH_ELLIPSIS );

but i have to print a 2D array in MFC SDI. so

1: how can i prind 2D array in MFS SDI?

2: i have included a Dialog Box aswell. how can i access a variable of my "xyzView.cpp"
file in my Dialog Box Button's fuction?

Thanks :)