|
-
January 16th, 2013, 08:53 AM
#4
Re: I need very fast help, like within the hour, please!
With that i manuaged to get the last column of my matrix on the screen... (no clue how to generate anything in the middle on the screen alone), but how on earth can i get the programm to sum up all the numbers from that column now?
printf("Last column\n");
for(i=0; i<RIDU; i++)
{
for(j=0; j<VEERGE; j++)
{
if (j>5) printf("%4d", maatriks[i][j]);
}
printf("\n");
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|