Lawrence D'Oliveiro <[EMAIL PROTECTED]> writes: > "const" is in C89/C90.
Although with slightly different semantics from in C++... For
instance:
static const int n = 5;
double a[n];
is valid C++, but not valid C.
--
Thomas Bellman, Lysator Computer Club, Linköping University, Sweden
"When C++ is your hammer, everything ! bellman @ lysator.liu.se
looks like a thumb." ! Make Love -- Nicht Wahr!
-- http://mail.python.org/mailman/listinfo/python-list
