>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
>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