Pelles C forum

Pelles C => General discussions => Topic started by: sec on September 18, 2004, 06:08:04 AM

Title: About variable.
Post by: sec on September 18, 2004, 06:08:04 AM
I tried to run executeable file after compiled this liltle code with three compilers (GNUC, Microsoft C, PellesC) and have three differents. I think Microsfot C is correct but ?
Code: [Select]
i = 0
i = i++

or
i = i++ + i++
Title: About variable.
Post by: Pelle on September 18, 2004, 04:48:53 PM
See comp.lang.c FAQ here:
http://www.eskimo.com/~scs/C-faq/faq.html

(question 3.3)

Pelle
Title: About variable.
Post by: Holger Buick on September 18, 2004, 11:54:34 PM
Hello,

http://groups.google.com/groups?selm=3ee1a991%240%2416599%249b622d9e%40news.freenet.de

and look complete thread (3posts).

Holger.