Livejournal
Log in
Post
Friends
My journal
darky2000
(Untitled)
May 11, 2007 14:39
(
по следам БОРа -)
)
Leave a comment
Back to all threads
Re: Во загнул :)
_leonid
May 11 2007, 15:31:56 UTC
71)
This paragraph renders undefined statement expressions such as i = ++i + 1;
a[i++] = i;
while allowing
i = i + 1;
a[i] = i;
WG14/N1124 Committee Draft May 6, 2005 ISO/IEC 9899:TC2
Page 67.
Reply
Back to all threads
Leave a comment
Up
This paragraph renders undefined statement expressions such as i = ++i + 1;
a[i++] = i;
while allowing
i = i + 1;
a[i] = i;
WG14/N1124 Committee Draft May 6, 2005 ISO/IEC 9899:TC2
Page 67.
Reply
Leave a comment