Posted by: black_panther November 9, 2010
>> @ SAN BRO <<
Login in to Rate this Post:     0       ?        

#include <stdio.h> 

int main(void)

{

int counter;

long threshold;

counter = 6;

threshold = some # set by SAN BrO;

while (counter < threshold)

{

printf("need more users ... 2 ... join \n");

counter ++;

}

return 0;

}


- i hope the above Code compiles ... 





Last edited: 09-Nov-10 01:53 AM
Read Full Discussion Thread for this article