$ 0 0 setcolor(14); outtextxy(200,200,"%d",array[0][0]); } Basically, I wanted to print the value of array[0][0] to 200xpos,200ypos. Is there any other way? Thanks! btw, I'm using Turbo C++