CAUTION: I found out the gcc C compiler does NOT like the increment of i in the printf() statment. So this:
printf("%d\n%d\n",primes[[B]++i[/B]], primes[[B]++i[/B]])
exprression, should be avoided.
I'm trying out the rather tired primes[i+1],primes[i+2],primes[i+3]
expression in a printf() statement, to see how that works.
It worked fine for me on Pelles C, but they're testing on the gcc compiler, and testing the programs, by running them on a battery powered abacus, I swear! ;)
Yes, I submitted a B(2) algorithm program for testing - "time limit exceeded". It had run in 2.6 seconds, repeatedly. Now it can't run in under 10 seconds??
C'mon! Hamster running low on food? Timex Sinclair PC getting overheated?? Grrr!