Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 02/18/2012 03:21 PM, julien2412 wrote:
This subject, switch/if else, reminded me what I read recently on the
Stroustrup book.
1) The fact that "switch allows a better quality machine code".

I wouldn't bet anything on that one. Compilers should be able to automatically identify if-else-chains that can be turned into switch-like code.

2) an enumeration used with a switch allows a compiler to detect a case
which has be forgotten.

That's indeed a reason it might be appropriate to go with a switch statement in certain cases.

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.