On Sat, Mar 21, 2009 at 3:21 PM, Tyler Littlefield <[email protected]> wrote: >>I realise that the generated code is probably identical, but if a language >> provides a simpler way of doing something, I think you have to have a good >> reason >>for not using it. > I'm with you there, I'm just stating that there isn't a benafit over using > that, other than easier readability--it own't boost performance.
Might have the benefit of not using a temporary variable, which can reduce memory usage on embedded systems (although probably the compiler would be smart enough to optimize it out anyway). -- Tamas Marki
