
8 May
2004
8 May
'04
2:40 a.m.
"Neal D. Becker" <ndbecker2@verizon.net> wrote in message news:c7g7r8$3un$1@sea.gmane.org... | variable size array are c99 extension. Supported by g++ (supposedly). IIRC | under consideration for addition to ANSI c++? | | Only problem is, I don't know how to write a template that matches a | variable size array. I don't know either. I can say for sure that my library don't support non-C++ features, at least not on purpose. :-) MOO is that variable size arrays are called std::vector<>. br Thorsten