April 02, 2005 C bug: Incorrect handling of subscript operator | ||||
---|---|---|---|---|
| ||||
int main() { char sz[10]; char ch1 = sz[0]; char ch2 = 0[sz]; // << Invalid compiler error here return 0; } |
September 11, 2005 Re: C bug: Incorrect handling of subscript operator | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew | Any progress on this? "Matthew" <admin@stlsoft.dot.dot.dot.dot.org> wrote in message news:d2lfui$2htn$1@digitaldaemon.com... > > int main() > { > char sz[10]; > > char ch1 = sz[0]; > char ch2 = 0[sz]; // << Invalid compiler error here > > return 0; > } > > |
Copyright © 1999-2021 by the D Language Foundation