Hi guys.
Please can you tell me how can I do summing for my array variable?
For example
How I can then get summing of mPrData[z][0]?
If I will have 10 pairs and four will have my condition how I will get this number four?
THX
Please can you tell me how can I do summing for my array variable?
For example
Inserted Code
for(int z = 0; z < Pairs; z++)
{
if( some conditions)
{
mPrData[z][0] = 1; How I can then get summing of mPrData[z][0]?
If I will have 10 pairs and four will have my condition how I will get this number four?
THX