28-02-2005, 12:30 PM
I have the following patterns, anybody please kindly give me some advises on them.
/*pattern1*/
int counter;
for (counter = 0; counter < 100; counter++)
{...}
...
counter = a*b;
/*pattern1*/
int counter;
for (counter = 0; counter < 100; counter++)
{...}
...
counter = a*b;
<t></t>