|
-
January 16th, 2013, 10:17 AM
#11
Re: I need very fast help, like within the hour, please!
You've been told several times you don't need a loop that increments the column variable. You've also been told several times that to access the third column, the index should be 2, not 3.
This is what your summing loop should look like.
Code:
for(i=0; i<RIDU; i++)
{
nTotal += maatriks[i][2];
}
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
|