Neither has to bee, but sizeof(foo) should expand to a constant.
/ Peter Bortas
Previous text:
2003-03-20 10:36:
Subject: for-loop optimization
How does it know which of a and foo is the "constant"?
for (int a=0; a<sizeof(foo); foo=foo[1..] ) ...
/ Mirar