> Og in what order is A + B + C + D evaluated? A, B, C and D themselves are evaluated in arbitrary order. The whole expression is than ((A + B) + C) + D. > If it is from left to right... > > const char* + char .... this is not a legal binding... Of course this is legal. 'char' is silently promoted to an 'int', so this is pointer arithmetic, too. Andre' -- André Pönitz ............................................. [EMAIL PROTECTED]
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) John Levon
- Re: Problem with gettext _() (bug 429678) John Levon
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) John Levon
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) John Levon
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) John Levon
- Re: Problem with gettext _() (bug 429678) Andre Poenitz
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) Andre Poenitz
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) Andre Poenitz
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) Andre Poenitz
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) Andre Poenitz
- Re: Problem with gettext _() (bug 429678) Lars Gullik Bjønnes
- Re: Problem with gettext _() (bug 429678) Andre Poenitz