lookng for a bit of help with a bit of my game im creating, i need to create an array of rectngles (RECT)'s but i dont know how to im a java programmer just doing a bit of c++.

this is what i have so far

Code:
RECT source[32];
source[0] = {1, 19, 61, 40};
am i along the right lines?

cheers

andrew