[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppDo
Avoid do-statements [1]
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppDo
(C++) do
keyword enabling you to do a conditional loop. Comes very close to while-loop, except that the do part is evaluated at least once.Avoid do-statements [1]
'do' links
References
- 1) Bjarne Stroustrup. The C++ Programming Language (3rd edition).ISBN: 0-201-88954-4 6.5.9: 'Avoid do-statements'.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
