Very easy problem, but can not seem to solve it. I'm probably not thinking right. That's why I am using C and I should be able to sort out some of the images that download in two rows, like this: My program says, Download 30 images and it has to be sorted in these two rows as you Look in the picture. So I know that I have to loop through them, but I can not get it. Can someone please help me out? As I said I know that this is simple, but it can not seem to work! Thanks a lot! : D
OK, your loop may be either how Ignacio has done this, or You can do something like this:
int i, imagecount, line, call, images; // ... imagesPerCol = 2; For (i = 0; i
Comments
Post a Comment