Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Questions about 18.3
#1
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;
<t></t>
#2
Quote:I have the following patterns, anybody please kindly give me some advises on them.
[code]/*pattern1*/
int counter;
for (counter = 0; counter < 100; counter++)
{...}
...
counter = a*b;


Forum Jump:


Users browsing this thread: 1 Guest(s)