Python Success stories

Bob Woodham woodham at cs.ubc.ca
Fri Apr 25 19:22:04 EDT 2008


On 2008-04-24, AlFire <spamgrinder.trylater at ggmail.com> wrote:
> Bob Woodham wrote:
>
>> 
>> x = x++;
>> 
>> has unspecified behaviour in C.
>
> what about C++

To the extent that (historically) C++ was a superset of C, it was true of C++
as well.  However, I haven't kept pace with the C++ standardization process.
C++ now has its own ANSI standard and I don't know what, if anything, the C++
standard has to say on this issue.  Maybe a C++ guru can comment.



More information about the Python-list mailing list