I am new to graphics programming. My program requires that i draw a
grid of circles encased in a rectangle.
The window i use to display is of fixed size.
My problem occurs when i run the program under diff resoltution the drawing over flows my screen.Can some one give tips on how i can fix the
problem.
I need the size of my window to be constant even if the resolution is changed.Is it possible.