>Because argc is not an "integer constant expression". :-) We're talking about "variable length arrays"; clearly C++ does not support them.
const int foo = X; is just a glorified #define giving you fixed size arrays. Casper _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
